Mercurial > emacs
diff src/Makefile.in @ 17898:d690264cd13a
(shortlisp): Add custom.elc and cus-start.elc.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 20 May 1997 18:26:49 +0000 |
| parents | be1ba0978de9 |
| children | 737274a0801e |
line wrap: on
line diff
--- a/src/Makefile.in Tue May 20 17:17:39 1997 +0000 +++ b/src/Makefile.in Tue May 20 18:26:49 1997 +0000 @@ -623,7 +623,9 @@ be present, like site-load.el and site-init.el; this makefile expects them all to be either present or buildable. - Always update shortlisp as well as this variable. */ + Files which are loaded unconditionally should be in shortlisp as well. + Files included conditionally here should be included (unconditionally) + in SOME_MACHINE_LISP. */ lisp= \ ${lispsource}abbrev.elc \ @@ -693,6 +695,8 @@ ../lisp/abbrev.elc \ ../lisp/buff-menu.elc \ ../lisp/byte-run.elc \ + ../lisp/cus-start.elc \ + ../lisp/custom.elc \ ../lisp/files.elc \ ../lisp/fill.elc \ ../lisp/format.elc \
