From 202c1ac894771fcf72d4cdcdd52c5baccd258010 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 1 Mar 2002 05:33:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ lisp/loadup.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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") -- 2.39.5