+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
+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.