Mercurial > emacs
changeset 47350:afa312d08c82
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 09 Sep 2002 22:43:40 +0000 |
parents | 5c37672e24c8 |
children | 90475d8eda53 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 09 22:34:10 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 09 22:43:40 2002 +0000 @@ -1,3 +1,11 @@ +2002-09-10 Kim F. Storm <no-spam@cua.dk> + + * macros.el (apply-macro-to-region-lines): Let-bind mark-active to + nil while executing macro to avoid triggering delete-selection-mode. + + * simple.el (keyboard-quit): Set defining-kbd-macro to nil to + cancel defining keyboard macro when applicablex. + 2002-09-09 Markus Rost <rost@math.ohio-state.edu> * files.el (save-some-buffers-action-alist): Use lower case for
--- a/src/ChangeLog Mon Sep 09 22:34:10 2002 +0000 +++ b/src/ChangeLog Mon Sep 09 22:43:40 2002 +0000 @@ -1,3 +1,13 @@ +2002-09-10 Kim F. Storm <no-spam@cua.dk> + + * macros.c (end_kbd_macro): New function. + (Fend_kbd_macro): Use it. + + * macros.h (end_kbd_macro): Declare extern. + + * keyboard.c (Fdiscard_input): If defining keyboard macro, + end and save it instead of discarding it. + 2002-09-09 Markus Rost <rost@math.ohio-state.edu> * s/sol2-6.h: Fix typo. Add comment.