]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (ELCFILES): Add international/mule-conf.elc.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 11 Nov 2009 06:30:38 +0000 (06:30 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 11 Nov 2009 06:30:38 +0000 (06:30 +0000)
* loadup.el ("international/mule-conf"): Load the byte compiled version.
* international/mule-conf.el: Allow to be byte compiled.

lisp/ChangeLog
lisp/Makefile.in
lisp/international/mule-conf.el
lisp/loadup.el

index 8cb2f2121cb4634428c8d4c11904739a9b342bfb..5b9b8880db64e25d753deafc6802f3a4c02998f2 100644 (file)
@@ -1,5 +1,9 @@
 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.
index ae162d6d3a8fc801a2156a5eb9343ccdc8a5ca01..2a9f648ae81e82dc0d03161d2e275db89f6fb081 100644 (file)
@@ -861,6 +861,7 @@ ELCFILES = \
        $(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 \
index 8805d5c17aa9fe6aeb56c25f93dfc11acebf4c23..b32f8a93f7a2cf9ce7b5af40295a7c1baaf385a0 100644 (file)
@@ -1552,9 +1552,5 @@ for decoding and encoding files, process I/O, etc."
 ;; code.
 (provide 'code-pages)
 
-;; Local variables:
-;; no-byte-compile: t
-;; End:
-
 ;; arch-tag: 7d5fed55-b6df-42f6-8d3d-0011190551f5
 ;;; mule-conf.el ends here
index b531fd02b43f9ea58c2d16dd83d411c9f5993631..e12d88447ca685de996614729183992a18083119 100644 (file)
@@ -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")