]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexecute_kbd_macro): Update prototype.
authorKim F. Storm <storm@cua.dk>
Wed, 14 Aug 2002 10:35:03 +0000 (10:35 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 14 Aug 2002 10:35:03 +0000 (10:35 +0000)
src/lisp.h

index 2fa51d4d12e4e85e959ab2440b0a6c0519750fe8..c0fd094e6ca905683570fde101ca9b9b5c6786cb 100644 (file)
@@ -3001,7 +3001,7 @@ extern void unmark_byte_stack P_ ((void));
 
 /* defined in macros.c */
 extern Lisp_Object Qexecute_kbd_macro;
-EXFUN (Fexecute_kbd_macro, 2);
+EXFUN (Fexecute_kbd_macro, 3);
 extern void init_macros P_ ((void));
 extern void syms_of_macros P_ ((void));