aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-11 06:30:38 +0000
committerDan Nicolaescu2009-11-11 06:30:38 +0000
commita042de45b167334d8725debf27e6ece1be0a1f57 (patch)
treebc8f6015d7dc90991826ba24e5cfc141d3094f7a /lisp/ChangeLog
parent3b6acc72ca05cc1c0fef190f3954ff82a485e62d (diff)
downloademacs-a042de45b167334d8725debf27e6ece1be0a1f57.tar.gz
emacs-a042de45b167334d8725debf27e6ece1be0a1f57.zip
* 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/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cb2f2121cb..5b9b8880db6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12009-11-11 Dan Nicolaescu <dann@ics.uci.edu> 12009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5 * international/mule-conf.el: Allow to be byte compiled.
6
3 * international/mule.el (define-charset): Purecopy props. 7 * international/mule.el (define-charset): Purecopy props.
4 (load-with-code-conversion): Purecopy doc string and file name. 8 (load-with-code-conversion): Purecopy doc string and file name.
5 (put-charset-property): Purecopy strings. 9 (put-charset-property): Purecopy strings.