(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 2fa51d4..c0fd094 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));