aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-20 18:26:49 +0000
committerRichard M. Stallman1997-05-20 18:26:49 +0000
commitdf36c26254a671d2adc2ad2b02c115d7f2b0b226 (patch)
treea3f42d9797b29b87349884ad5962c81764237f78 /src
parent1654c9f082636d58defa1e2de685faca9795e93b (diff)
downloademacs-df36c26254a671d2adc2ad2b02c115d7f2b0b226.tar.gz
emacs-df36c26254a671d2adc2ad2b02c115d7f2b0b226.zip
(shortlisp): Add custom.elc and cus-start.elc.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e9e73035008..48dfe55c6cb 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -623,7 +623,9 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
623 be present, like site-load.el and site-init.el; this makefile 623 be present, like site-load.el and site-init.el; this makefile
624 expects them all to be either present or buildable. 624 expects them all to be either present or buildable.
625 625
626 Always update shortlisp as well as this variable. */ 626 Files which are loaded unconditionally should be in shortlisp as well.
627 Files included conditionally here should be included (unconditionally)
628 in SOME_MACHINE_LISP. */
627 629
628lisp= \ 630lisp= \
629 ${lispsource}abbrev.elc \ 631 ${lispsource}abbrev.elc \
@@ -693,6 +695,8 @@ shortlisp= \
693 ../lisp/abbrev.elc \ 695 ../lisp/abbrev.elc \
694 ../lisp/buff-menu.elc \ 696 ../lisp/buff-menu.elc \
695 ../lisp/byte-run.elc \ 697 ../lisp/byte-run.elc \
698 ../lisp/cus-start.elc \
699 ../lisp/custom.elc \
696 ../lisp/files.elc \ 700 ../lisp/files.elc \
697 ../lisp/fill.elc \ 701 ../lisp/fill.elc \
698 ../lisp/format.elc \ 702 ../lisp/format.elc \