]> git.eshelyaron.com Git - emacs.git/commitdiff
(shortlisp): Add custom.elc and cus-start.elc.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 May 1997 18:26:49 +0000 (18:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 May 1997 18:26:49 +0000 (18:26 +0000)
src/Makefile.in

index e9e7303500880f2e29ed80e2ada9fb61063e3b66..48dfe55c6cbb554e3e6589525f7c7eac1a650f77 100644 (file)
@@ -623,7 +623,9 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
    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 @@ shortlisp= \
        ../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 \