1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
This commit is contained in:
Kim F. Storm 2002-09-09 22:44:27 +00:00
parent 2bbfbf2560
commit e00a136119
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
2002-09-10 Kim F. Storm <no-spam@cua.dk>
2002-09-10 Kim F. Storm <storm@cua.dk>
* macros.el (apply-macro-to-region-lines): Let-bind mark-active to
nil while executing macro to avoid triggering delete-selection-mode.

View file

@ -1,4 +1,4 @@
2002-09-10 Kim F. Storm <no-spam@cua.dk>
2002-09-10 Kim F. Storm <storm@cua.dk>
* macros.c (end_kbd_macro): New function.
(Fend_kbd_macro): Use it.