changeset 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 02b656fa8243
children 88e528f3dc49
files src/Makefile.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
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 \