]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 14 Aug 2002 10:30:48 +0000 (10:30 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 14 Aug 2002 10:30:48 +0000 (10:30 +0000)
src/ChangeLog

index 1f123331dd7e051f4fa62a33f1cdd9d7375070dd..f90dfff2ae4f5fcfb2eb4ee752837acf4c23ed80 100644 (file)
@@ -1,3 +1,15 @@
+2002-08-14  Kim F. Storm  <storm@cua.dk>
+
+       * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
+       executing macro before appending to it (when used from Lisp).
+       (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
+       which is called prior to each iteration of macro (for kmacro.el).
+       (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
+
+       * lisp.h (Fexecute_kbd_macro): Update prototype.
+
+       * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
+       
 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
 
        * xselect.c (QUTF8_STRING): New variable.