aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-03-01 05:33:48 +0000
committerKenichi Handa2002-03-01 05:33:48 +0000
commit202c1ac894771fcf72d4cdcdd52c5baccd258010 (patch)
treeadcc631b00549a0e9fbf8f5bc55eebda88405823
parentc432b7991e44dcbafbf93fe85e37f043f9f34f12 (diff)
downloademacs-202c1ac894771fcf72d4cdcdd52c5baccd258010.tar.gz
emacs-202c1ac894771fcf72d4cdcdd52c5baccd258010.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/loadup.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 636d231aebb..1d14b184332 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -116,6 +116,10 @@
116 * term/mac-win.el: Deleted unnecessary calls of set-fontset-font. 116 * term/mac-win.el: Deleted unnecessary calls of set-fontset-font.
117 (ccl-encode-mac-roman-font): Deleted. 117 (ccl-encode-mac-roman-font): Deleted.
118 118
119 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
120 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
121 currently. This is just a temporary workaround.
122
1192002-02-26 Richard M. Stallman <rms@gnu.org> 1232002-02-26 Richard M. Stallman <rms@gnu.org>
120 124
121 * paths.el (remote-shell-program): Add doc string. 125 * 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 @@
57(load "map-ynp") 57(load "map-ynp")
58(load "env") 58(load "env")
59(load "cus-start") 59(load "cus-start")
60(load "international/mulel") 60(load "international/mule")
61(load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake. 61(load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake.
62(load "format") 62(load "format")
63(load "bindings") 63(load "bindings")