diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-11-11 06:30:38 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-11-11 06:30:38 +0000 |
commit | a042de45b167334d8725debf27e6ece1be0a1f57 (patch) | |
tree | bc8f6015d7dc90991826ba24e5cfc141d3094f7a /lisp/loadup.el | |
parent | 3b6acc72ca05cc1c0fef190f3954ff82a485e62d (diff) | |
download | emacs-a042de45b167334d8725debf27e6ece1be0a1f57.tar.gz |
* Makefile.in (ELCFILES): Add international/mule-conf.elc.
* loadup.el ("international/mule-conf"): Load the byte compiled version.
* international/mule-conf.el: Allow to be byte compiled.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index b531fd02b43..e12d88447ca 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -92,7 +92,7 @@ (load "emacs-lisp/map-ynp") (load "cus-start") (load "international/mule") -(load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake. +(load "international/mule-conf") (load "env") (load "format") (load "bindings") |