# HG changeset patch # User Eli Zaretskii # Date 1013880459 0 # Node ID 9daaaacba0ebe7feee6d5c8fc767023ae1142da2 # Parent 2534c8c705d93703af6695f84b46d8df3f899631 (lisp, shortlisp): Use cus-start.elc, not cus-start.el. diff -r 2534c8c705d9 -r 9daaaacba0eb src/Makefile.in --- a/src/Makefile.in Sat Feb 16 15:44:03 2002 +0000 +++ b/src/Makefile.in Sat Feb 16 17:27:39 2002 +0000 @@ -647,7 +647,7 @@ ${lispsource}buff-menu.elc \ ${lispsource}button.elc \ ${lispsource}byte-run.elc \ - ${lispsource}cus-start.el \ + ${lispsource}cus-start.elc \ ${lispsource}custom.elc \ ${lispsource}emacs-lisp/lisp-mode.elc \ ${lispsource}emacs-lisp/lisp.elc \ @@ -730,7 +730,7 @@ ../lisp/buff-menu.elc \ ../lisp/button.elc \ ../lisp/byte-run.elc \ - ../lisp/cus-start.el \ + ../lisp/cus-start.elc \ ../lisp/custom.elc \ ../lisp/emacs-lisp/backquote.elc \ ../lisp/emacs-lisp/lisp-mode.elc \