diff options
| author | Richard M. Stallman | 1997-05-31 00:29:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-31 00:29:11 +0000 |
| commit | 7b30f6cfdf7d9205012abd9c95f7314a68e505ad (patch) | |
| tree | 8c82253ac58c72d29aa88e78b4fe9846077742b9 /src | |
| parent | 9b70a748edea012ecad578c42495ffa01e9eb80b (diff) | |
| download | emacs-7b30f6cfdf7d9205012abd9c95f7314a68e505ad.tar.gz emacs-7b30f6cfdf7d9205012abd9c95f7314a68e505ad.zip | |
(lisp, shortlisp): Use cus-start.el, not .elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 48dfe55c6cb..ab7d2e15a20 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -631,7 +631,7 @@ lisp= \ | |||
| 631 | ${lispsource}abbrev.elc \ | 631 | ${lispsource}abbrev.elc \ |
| 632 | ${lispsource}buff-menu.elc \ | 632 | ${lispsource}buff-menu.elc \ |
| 633 | ${lispsource}byte-run.elc \ | 633 | ${lispsource}byte-run.elc \ |
| 634 | ${lispsource}cus-start.elc \ | 634 | ${lispsource}cus-start.el \ |
| 635 | ${lispsource}custom.elc \ | 635 | ${lispsource}custom.elc \ |
| 636 | ${lispsource}files.elc \ | 636 | ${lispsource}files.elc \ |
| 637 | ${lispsource}fill.elc \ | 637 | ${lispsource}fill.elc \ |
| @@ -695,7 +695,7 @@ shortlisp= \ | |||
| 695 | ../lisp/abbrev.elc \ | 695 | ../lisp/abbrev.elc \ |
| 696 | ../lisp/buff-menu.elc \ | 696 | ../lisp/buff-menu.elc \ |
| 697 | ../lisp/byte-run.elc \ | 697 | ../lisp/byte-run.elc \ |
| 698 | ../lisp/cus-start.elc \ | 698 | ../lisp/cus-start.el \ |
| 699 | ../lisp/custom.elc \ | 699 | ../lisp/custom.elc \ |
| 700 | ../lisp/files.elc \ | 700 | ../lisp/files.elc \ |
| 701 | ../lisp/fill.elc \ | 701 | ../lisp/fill.elc \ |