From: Kenichi Handa Date: Fri, 1 Mar 2002 05:34:13 +0000 (+0000) Subject: (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el, X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~959 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f9944a74c497e4520856206554f531f0bc70838;p=emacs.git (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el, utf-8.el, and utf-8-subst.el as they can't be bytecompiled currently. This is just a temporary workaround. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index a0a1b06e884..08ee9db8452 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -62,6 +62,10 @@ DONTCOMPILE = \ $(lisp)/international/latin-5.el \ $(lisp)/international/latin-8.el \ $(lisp)/international/latin-9.el \ + $(lisp)/international/latin1-disp.el \ + $(lisp)/international/ucs-tables.el \ + $(lisp)/international/utf-8.el \ + $(lisp)/international/utf-8-subst.el \ $(lisp)/international/mule-conf.el \ $(lisp)/language/czech.el \ $(lisp)/language/devanagari.el \