# HG changeset patch # User Richard M. Stallman # Date 864152809 0 # Node ID d690264cd13acdc187d790092b1b827aeba43920 # Parent 02b656fa8243e1d5da0937f1788ecbca54547848 (shortlisp): Add custom.elc and cus-start.elc. diff -r 02b656fa8243 -r d690264cd13a src/Makefile.in --- 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 \