mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
*** empty log message ***
This commit is contained in:
parent
c432b7991e
commit
202c1ac894
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue