diff options
| author | Aaron S. Hawley | 2013-01-08 14:13:31 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-01-08 14:13:31 -0500 |
| commit | 3bace969f386056cedeaba7ac3661167d6d60190 (patch) | |
| tree | d4dddc07a157d2f2be055c1d0a879d23d292de68 /src/ChangeLog | |
| parent | 1c851e98b60d08404e5138b67ccf5b9d72fb4e47 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-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. |