Mercurial > emacs
changeset 43359:9daaaacba0eb
(lisp, shortlisp): Use cus-start.elc, not cus-start.el.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 16 Feb 2002 17:27:39 +0000 |
parents | 2534c8c705d9 |
children | 29582a7d10d2 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 \