diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-27 19:09:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-27 19:09:34 +0000 |
commit | 29fad69a4d0f781685ce818208cd4f6cc31ff59f (patch) | |
tree | ffb8fbb87b0d7b200d5dea6cf4f0da8ebdb2a7b6 /src/Makefile.in | |
parent | 828524de84815fea02944be3d6bac5b6e7f49387 (diff) | |
download | emacs-29fad69a4d0f781685ce818208cd4f6cc31ff59f.tar.gz |
(lisp, shortlisp): Some files are in international/.
Diffstat (limited to 'src/Makefile.in')
-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= \ ${lispsource}loaddefs.el \ ${lispsource}map-ynp.elc \ ${lispsource}menu-bar.elc \ - ${lispsource}mule.elc \ - ${lispsource}mule-conf.el \ - ${lispsource}mule-cmds.elc \ - ${lispsource}characters.elc \ + ${lispsource}international/mule.elc \ + ${lispsource}international/mule-conf.el \ + ${lispsource}international/mule-cmds.elc \ + ${lispsource}international/characters.elc \ ${lispsource}language/chinese.elc \ ${lispsource}language/cyrillic.elc \ ${lispsource}language/devanagari.elc \ @@ -710,10 +710,10 @@ shortlisp= \ ../lisp/loadup.el \ ../lisp/loaddefs.el \ ../lisp/map-ynp.elc \ - ../lisp/mule.elc \ - ../lisp/mule-conf.el \ - ../lisp/mule-cmds.elc \ - ../lisp/characters.elc \ + ../lisp/international/mule.elc \ + ../lisp/international/mule-conf.el \ + ../lisp/international/mule-cmds.elc \ + ../lisp/ainternational/characters.elc \ ../lisp/language/chinese.elc \ ../lisp/language/cyrillic.elc \ ../lisp/language/devanagari.elc \ |