aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-11 06:22:30 +0000
committerDan Nicolaescu2009-11-11 06:22:30 +0000
commitebfa10d32f11aeb2470d99757d013bc0cc4df7d4 (patch)
tree966e0fa14cdf414984701b18a0eabf6ccaa0aeb6 /lisp/ChangeLog
parent62591911330d5def728774a7ae3345204967810e (diff)
downloademacs-ebfa10d32f11aeb2470d99757d013bc0cc4df7d4.tar.gz
emacs-ebfa10d32f11aeb2470d99757d013bc0cc4df7d4.zip
* international/mule-cmds.el (register-input-method); Purecopy arguments.
(define-char-code-property): Correctly purecopy the table.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b2a0fb4f8f1..0bd7a705ea6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-11-11 Dan Nicolaescu <dann@ics.uci.edu> 12009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * international/mule-cmds.el (register-input-method); Purecopy arguments.
4 (define-char-code-property): Correctly purecopy the table.
5
3 * international/ccl.el (define-ccl-program): Purecopy the docstring. 6 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4 7
5 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter. 8 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.