diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad9e09305b7..784ee855f20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2002-09-10 Kim F. Storm <no-spam@cua.dk> | 1 | 2002-09-10 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * macros.el (apply-macro-to-region-lines): Let-bind mark-active to | 3 | * macros.el (apply-macro-to-region-lines): Let-bind mark-active to |
| 4 | nil while executing macro to avoid triggering delete-selection-mode. | 4 | nil while executing macro to avoid triggering delete-selection-mode. |
diff --git a/src/ChangeLog b/src/ChangeLog index 4f418b00bc4..4f44323207e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2002-09-10 Kim F. Storm <no-spam@cua.dk> | 1 | 2002-09-10 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * macros.c (end_kbd_macro): New function. | 3 | * macros.c (end_kbd_macro): New function. |
| 4 | (Fend_kbd_macro): Use it. | 4 | (Fend_kbd_macro): Use it. |