Mercurial > emacs
changeset 88422:eaa89df77e6d
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 01 Mar 2002 05:33:48 +0000 |
parents | be4f1df409b6 |
children | 160ec9335731 |
files | lisp/ChangeLog lisp/loadup.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 01 04:28:00 2002 +0000 +++ b/lisp/ChangeLog Fri Mar 01 05:33:48 2002 +0000 @@ -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 <rms@gnu.org> * paths.el (remote-shell-program): Add doc string.
--- a/lisp/loadup.el Fri Mar 01 04:28:00 2002 +0000 +++ b/lisp/loadup.el Fri Mar 01 05:33:48 2002 +0000 @@ -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")