Declare finalize_kbd_macro_chars and
authorAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 13:24:40 +0000 (13:24 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 1997 13:24:40 +0000 (13:24 +0000)
store_kbd_macro_char.

src/macros.h

index 2396514..8f3f003 100644 (file)
@@ -39,3 +39,12 @@ extern int executing_macro_iterations;
    so after an error, it describes the innermost interrupted macro.  */
 
 extern Lisp_Object executing_macro;
+
+/* Declare that all chars stored so far in the kbd macro being defined
+ really belong to it.  This is done in between editor commands.  */
+
+extern void finalize_kbd_macro_chars P_ ((void));
+
+/* Store a character into kbd macro being defined */
+
+extern void store_kbd_macro_char P_ ((Lisp_Object));