diff options
| author | Kenichi Handa | 2002-11-07 06:23:04 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-11-07 06:23:04 +0000 |
| commit | 731055f5bbf50718176c0cca360499c00acf9e80 (patch) | |
| tree | 19a31053532e41f98cbaa4d86eaed1464779617e /src | |
| parent | 3123740048e98b1adec38b78bd5be512171280cf (diff) | |
| download | emacs-731055f5bbf50718176c0cca360499c00acf9e80.tar.gz emacs-731055f5bbf50718176c0cca360499c00acf9e80.zip | |
(lisp, shortlisp): Add composite.elc
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 4efff603b44..0650df93301 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -649,6 +649,7 @@ lisp= \ | |||
| 649 | ${lispsource}buff-menu.elc \ | 649 | ${lispsource}buff-menu.elc \ |
| 650 | ${lispsource}button.elc \ | 650 | ${lispsource}button.elc \ |
| 651 | ${lispsource}byte-run.elc \ | 651 | ${lispsource}byte-run.elc \ |
| 652 | ${lispsource}composite.elc \ | ||
| 652 | ${lispsource}cus-start.elc \ | 653 | ${lispsource}cus-start.elc \ |
| 653 | ${lispsource}custom.elc \ | 654 | ${lispsource}custom.elc \ |
| 654 | ${lispsource}emacs-lisp/backquote.elc \ | 655 | ${lispsource}emacs-lisp/backquote.elc \ |
| @@ -725,6 +726,7 @@ shortlisp= \ | |||
| 725 | ../lisp/buff-menu.elc \ | 726 | ../lisp/buff-menu.elc \ |
| 726 | ../lisp/button.elc \ | 727 | ../lisp/button.elc \ |
| 727 | ../lisp/byte-run.elc \ | 728 | ../lisp/byte-run.elc \ |
| 729 | ../lisp/composite.elc \ | ||
| 728 | ../lisp/cus-start.elc \ | 730 | ../lisp/cus-start.elc \ |
| 729 | ../lisp/custom.elc \ | 731 | ../lisp/custom.elc \ |
| 730 | ../lisp/emacs-lisp/backquote.elc \ | 732 | ../lisp/emacs-lisp/backquote.elc \ |