From: Richard M. Stallman Date: Tue, 20 May 1997 18:26:49 +0000 (+0000) Subject: (shortlisp): Add custom.elc and cus-start.elc. X-Git-Tag: emacs-20.1~2047 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df36c26254a671d2adc2ad2b02c115d7f2b0b226;p=emacs.git (shortlisp): Add custom.elc and cus-start.elc. --- 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) 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 \