From: Richard M. Stallman Date: Fri, 27 Jun 1997 19:09:34 +0000 (+0000) Subject: (lisp, shortlisp): Some files are in international/. X-Git-Tag: emacs-20.1~1476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29fad69a4d0f781685ce818208cd4f6cc31ff59f;p=emacs.git (lisp, shortlisp): Some files are in international/. --- 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 \