From: Kim F. Storm Date: Mon, 9 Sep 2002 22:44:27 +0000 (+0000) Subject: Typo X-Git-Tag: ttn-vms-21-2-B4~13286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e00a136119d1a9fa60fb2c98ac0034c663c3c6db;p=emacs.git Typo --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad9e09305b7..784ee855f20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,4 @@ -2002-09-10 Kim F. Storm +2002-09-10 Kim F. Storm * macros.el (apply-macro-to-region-lines): Let-bind mark-active to 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 @@ -2002-09-10 Kim F. Storm +2002-09-10 Kim F. Storm * macros.c (end_kbd_macro): New function. (Fend_kbd_macro): Use it.