diff options
| author | Richard M. Stallman | 1997-05-20 18:26:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-20 18:26:49 +0000 |
| commit | df36c26254a671d2adc2ad2b02c115d7f2b0b226 (patch) | |
| tree | a3f42d9797b29b87349884ad5962c81764237f78 /src | |
| parent | 1654c9f082636d58defa1e2de685faca9795e93b (diff) | |
| download | emacs-df36c26254a671d2adc2ad2b02c115d7f2b0b226.tar.gz emacs-df36c26254a671d2adc2ad2b02c115d7f2b0b226.zip | |
(shortlisp): Add custom.elc and cus-start.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
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 | ||
| 628 | lisp= \ | 630 | lisp= \ |
| 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 \ |