diff options
| author | Eli Zaretskii | 2002-02-16 17:27:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-16 17:27:39 +0000 |
| commit | d381a855d126b9324cfdb49102a51c613d19fcb5 (patch) | |
| tree | f2b8b431eb4fa67a8cf84f8a35f5ba4c6a4902fb /src | |
| parent | 4a137db11264dae44860e4ea30f179ac4e211c3a (diff) | |
| download | emacs-d381a855d126b9324cfdb49102a51c613d19fcb5.tar.gz emacs-d381a855d126b9324cfdb49102a51c613d19fcb5.zip | |
(lisp, shortlisp): Use cus-start.elc, not cus-start.el.
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 997a1c8fd33..48d8dc36387 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -647,7 +647,7 @@ lisp= \ | |||
| 647 | ${lispsource}buff-menu.elc \ | 647 | ${lispsource}buff-menu.elc \ |
| 648 | ${lispsource}button.elc \ | 648 | ${lispsource}button.elc \ |
| 649 | ${lispsource}byte-run.elc \ | 649 | ${lispsource}byte-run.elc \ |
| 650 | ${lispsource}cus-start.el \ | 650 | ${lispsource}cus-start.elc \ |
| 651 | ${lispsource}custom.elc \ | 651 | ${lispsource}custom.elc \ |
| 652 | ${lispsource}emacs-lisp/lisp-mode.elc \ | 652 | ${lispsource}emacs-lisp/lisp-mode.elc \ |
| 653 | ${lispsource}emacs-lisp/lisp.elc \ | 653 | ${lispsource}emacs-lisp/lisp.elc \ |
| @@ -730,7 +730,7 @@ shortlisp= \ | |||
| 730 | ../lisp/buff-menu.elc \ | 730 | ../lisp/buff-menu.elc \ |
| 731 | ../lisp/button.elc \ | 731 | ../lisp/button.elc \ |
| 732 | ../lisp/byte-run.elc \ | 732 | ../lisp/byte-run.elc \ |
| 733 | ../lisp/cus-start.el \ | 733 | ../lisp/cus-start.elc \ |
| 734 | ../lisp/custom.elc \ | 734 | ../lisp/custom.elc \ |
| 735 | ../lisp/emacs-lisp/backquote.elc \ | 735 | ../lisp/emacs-lisp/backquote.elc \ |
| 736 | ../lisp/emacs-lisp/lisp-mode.elc \ | 736 | ../lisp/emacs-lisp/lisp-mode.elc \ |