mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* 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.
This commit is contained in:
parent
3b6acc72ca
commit
a042de45b1
4 changed files with 6 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue