* lisp/simple.el (primitive-undo): Move from undo.c.
commit3bace969f386056cedeaba7ac3661167d6d60190
authorAaron S. Hawley <aaron.s.hawley@gmail.com>
Tue, 8 Jan 2013 19:13:31 +0000 (8 14:13 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 8 Jan 2013 19:13:31 +0000 (8 14:13 -0500)
treed4dddc07a157d2f2be055c1d0a879d23d292de68
parent1c851e98b60d08404e5138b67ccf5b9d72fb4e47
* 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.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/undo.c
test/ChangeLog
test/automated/undo-tests.el [new file with mode: 0644]