aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-11-01 23:06:32 +0000
committerKim F. Storm2004-11-01 23:06:32 +0000
commit1b25dccd6ef4ffd0d82daf82143d2107cc5099e1 (patch)
tree3706fb3425d4f9edf6c85e05dd88f581ce002bc8 /lisp/ChangeLog
parent8a7644e9fd9ee9006ae2ea9142a11072ebb53808 (diff)
downloademacs-1b25dccd6ef4ffd0d82daf82143d2107cc5099e1.tar.gz
emacs-1b25dccd6ef4ffd0d82daf82143d2107cc5099e1.zip
(group kmacro): Add :version.
(kmacro-keyboard-quit): New function to cleanup on C-g. (kmacro-start-macro): Set defining-kbd-macro to append when appending to last macro.
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 6b030c02c7c..82aec89b14b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12004-11-02 Kim F. Storm <storm@cua.dk> 12004-11-02 Kim F. Storm <storm@cua.dk>
2 2
3 * descr-text.el (describe-text-properties): Don't err if called in
4 the *Help* buffer; output to *Help-2* buffer instead.
5
3 * kmacro.el (group kmacro): Add :version. 6 * kmacro.el (group kmacro): Add :version.
4 (kmacro-keyboard-quit): New function to cleanup on C-g. 7 (kmacro-keyboard-quit): New function to cleanup on C-g.
5 (kmacro-start-macro): Set defining-kbd-macro to append when 8 (kmacro-start-macro): Set defining-kbd-macro to append when