From: Kenichi Handa Date: Tue, 1 Oct 2002 06:34:13 +0000 (+0000) Subject: (lisp, shortlisp): Add utf-16.elc X-Git-Tag: emacs-pretest-21.2.91~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f58b085a0c6d353e6b004f39defcf4db76ff9029;p=emacs.git (lisp, shortlisp): Add utf-16.elc --- diff --git a/src/Makefile.in b/src/Makefile.in index f2f53d4d848..3af0aef897f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -674,6 +674,7 @@ lisp= \ ${lispsource}international/mule-cmds.elc \ ${lispsource}international/characters.elc \ ${lispsource}international/utf-8.elc \ + ${lispsource}international/utf-16.elc \ ${lispsource}international/latin-1.el \ ${lispsource}international/latin-2.el \ ${lispsource}international/latin-3.el \ @@ -754,6 +755,7 @@ shortlisp= \ ../lisp/international/mule-cmds.elc \ ../lisp/international/characters.elc \ ../lisp/international/utf-8.elc \ + ../lisp/international/utf-16.elc \ ../lisp/international/latin-1.el \ ../lisp/international/latin-2.el \ ../lisp/international/latin-3.el \ @@ -781,6 +783,7 @@ shortlisp= \ ../lisp/language/tibetan.elc \ ../lisp/language/vietnamese.elc \ ../lisp/language/misc-lang.elc \ + ../lisp/international/ucs-tables.elc \ ../lisp/menu-bar.elc \ ../lisp/paths.el \ ../lisp/register.elc \