From: Kenichi Handa Date: Fri, 1 Mar 2002 05:33:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~960 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=202c1ac894771fcf72d4cdcdd52c5baccd258010;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 636d231aebb..1d14b184332 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -116,6 +116,10 @@ * term/mac-win.el: Deleted unnecessary calls of set-fontset-font. (ccl-encode-mac-roman-font): Deleted. + * Makefile.in (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. + 2002-02-26 Richard M. Stallman * paths.el (remote-shell-program): Add doc string. diff --git a/lisp/loadup.el b/lisp/loadup.el index bc50d9498d6..c3a927028a6 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -57,7 +57,7 @@ (load "map-ynp") (load "env") (load "cus-start") -(load "international/mulel") +(load "international/mule") (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake. (load "format") (load "bindings")