aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAaron S. Hawley2013-01-08 14:13:31 -0500
committerStefan Monnier2013-01-08 14:13:31 -0500
commit3bace969f386056cedeaba7ac3661167d6d60190 (patch)
treed4dddc07a157d2f2be055c1d0a879d23d292de68 /src/ChangeLog
parent1c851e98b60d08404e5138b67ccf5b9d72fb4e47 (diff)
downloademacs-3bace969f386056cedeaba7ac3661167d6d60190.tar.gz
emacs-3bace969f386056cedeaba7ac3661167d6d60190.zip
* lisp/simple.el (primitive-undo): Move from undo.c.
* src/undo.c (Fprimitive_undo): Move to simple.el. (syms_of_undo): Remove declaration for Sprimitive_undo. * test/automated/undo-tests.el: New file.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5dacabd130..9ab201c8be4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2
3 * undo.c (Fprimitive_undo): Move to simple.el.
4 (syms_of_undo): Remove declarations for Sprimitive_undo.
5
12013-01-08 Stefan Monnier <monnier@iro.umontreal.ca> 62013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * keyboard.c (echo_add_key): Rename from echo_add_char. 8 * keyboard.c (echo_add_key): Rename from echo_add_char.