diff options
| author | Kenichi Handa | 2002-05-30 11:10:55 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-30 11:10:55 +0000 |
| commit | 050c6022b891790390a74e5177313b1136ec3c84 (patch) | |
| tree | 8af19a810c04aa6a4726bdb338f5c6ceff756ada /src | |
| parent | 0783a1ec78eed3e5a8502868ed6d19bfb47848d0 (diff) | |
| download | emacs-050c6022b891790390a74e5177313b1136ec3c84.tar.gz emacs-050c6022b891790390a74e5177313b1136ec3c84.zip | |
(lisp): Change chienese.elc to chinese.el. They are
not bytecompiled now.
(shortlisp): Likewise.
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 7ae23936985..ac91610b770 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -682,7 +682,7 @@ lisp= \ | |||
| 682 | ${lispsource}international/latin-8.el \ | 682 | ${lispsource}international/latin-8.el \ |
| 683 | ${lispsource}international/latin-9.el \ | 683 | ${lispsource}international/latin-9.el \ |
| 684 | ${lispsource}case-table.elc \ | 684 | ${lispsource}case-table.elc \ |
| 685 | ${lispsource}language/chinese.elc \ | 685 | ${lispsource}language/chinese.el \ |
| 686 | ${lispsource}language/cyrillic.el \ | 686 | ${lispsource}language/cyrillic.el \ |
| 687 | ${lispsource}language/indian.elc \ | 687 | ${lispsource}language/indian.elc \ |
| 688 | ${lispsource}language/devanagari.el \ | 688 | ${lispsource}language/devanagari.el \ |
| @@ -763,7 +763,7 @@ shortlisp= \ | |||
| 763 | ../lisp/international/latin-8.el \ | 763 | ../lisp/international/latin-8.el \ |
| 764 | ../lisp/international/latin-9.el \ | 764 | ../lisp/international/latin-9.el \ |
| 765 | ../lisp/case-table.elc \ | 765 | ../lisp/case-table.elc \ |
| 766 | ../lisp/language/chinese.elc \ | 766 | ../lisp/language/chinese.el \ |
| 767 | ../lisp/language/cyrillic.el \ | 767 | ../lisp/language/cyrillic.el \ |
| 768 | ../lisp/language/indian.elc \ | 768 | ../lisp/language/indian.elc \ |
| 769 | ../lisp/language/devanagari.el \ | 769 | ../lisp/language/devanagari.el \ |