* loadup.el ("international/mule-conf"): Load the byte compiled version.
* international/mule-conf.el: Allow to be byte compiled.
2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
+ * 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.
+
* international/mule.el (define-charset): Purecopy props.
(load-with-code-conversion): Purecopy doc string and file name.
(put-charset-property): Purecopy strings.
$(lisp)/international/latexenc.elc \
$(lisp)/international/latin1-disp.elc \
$(lisp)/international/mule-cmds.elc \
+ $(lisp)/international/mule-conf.elc \
$(lisp)/international/mule-diag.elc \
$(lisp)/international/mule-util.elc \
$(lisp)/international/mule.elc \
;; code.
(provide 'code-pages)
-;; Local variables:
-;; no-byte-compile: t
-;; End:
-
;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
;;; mule-conf.el ends here
(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")