diff options
| author | Richard M. Stallman | 1997-06-27 19:09:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-27 19:09:34 +0000 |
| commit | 29fad69a4d0f781685ce818208cd4f6cc31ff59f (patch) | |
| tree | ffb8fbb87b0d7b200d5dea6cf4f0da8ebdb2a7b6 /src | |
| parent | 828524de84815fea02944be3d6bac5b6e7f49387 (diff) | |
| download | emacs-29fad69a4d0f781685ce818208cd4f6cc31ff59f.tar.gz emacs-29fad69a4d0f781685ce818208cd4f6cc31ff59f.zip | |
(lisp, shortlisp): Some files are in international/.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9d37529db41..9fcc0e7fdd8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -651,10 +651,10 @@ lisp= \ | |||
| 651 | ${lispsource}loaddefs.el \ | 651 | ${lispsource}loaddefs.el \ |
| 652 | ${lispsource}map-ynp.elc \ | 652 | ${lispsource}map-ynp.elc \ |
| 653 | ${lispsource}menu-bar.elc \ | 653 | ${lispsource}menu-bar.elc \ |
| 654 | ${lispsource}mule.elc \ | 654 | ${lispsource}international/mule.elc \ |
| 655 | ${lispsource}mule-conf.el \ | 655 | ${lispsource}international/mule-conf.el \ |
| 656 | ${lispsource}mule-cmds.elc \ | 656 | ${lispsource}international/mule-cmds.elc \ |
| 657 | ${lispsource}characters.elc \ | 657 | ${lispsource}international/characters.elc \ |
| 658 | ${lispsource}language/chinese.elc \ | 658 | ${lispsource}language/chinese.elc \ |
| 659 | ${lispsource}language/cyrillic.elc \ | 659 | ${lispsource}language/cyrillic.elc \ |
| 660 | ${lispsource}language/devanagari.elc \ | 660 | ${lispsource}language/devanagari.elc \ |
| @@ -710,10 +710,10 @@ shortlisp= \ | |||
| 710 | ../lisp/loadup.el \ | 710 | ../lisp/loadup.el \ |
| 711 | ../lisp/loaddefs.el \ | 711 | ../lisp/loaddefs.el \ |
| 712 | ../lisp/map-ynp.elc \ | 712 | ../lisp/map-ynp.elc \ |
| 713 | ../lisp/mule.elc \ | 713 | ../lisp/international/mule.elc \ |
| 714 | ../lisp/mule-conf.el \ | 714 | ../lisp/international/mule-conf.el \ |
| 715 | ../lisp/mule-cmds.elc \ | 715 | ../lisp/international/mule-cmds.elc \ |
| 716 | ../lisp/characters.elc \ | 716 | ../lisp/ainternational/characters.elc \ |
| 717 | ../lisp/language/chinese.elc \ | 717 | ../lisp/language/chinese.elc \ |
| 718 | ../lisp/language/cyrillic.elc \ | 718 | ../lisp/language/cyrillic.elc \ |
| 719 | ../lisp/language/devanagari.elc \ | 719 | ../lisp/language/devanagari.elc \ |