changeset 20300:1030a9fcf001

Declare finalize_kbd_macro_chars and store_kbd_macro_char.
author Andreas Schwab <schwab@suse.de>
date Fri, 21 Nov 1997 13:24:40 +0000
parents 608c1a9aefc8
children 6e2ea54ad704
files src/macros.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/macros.h	Fri Nov 21 13:03:55 1997 +0000
+++ b/src/macros.h	Fri Nov 21 13:24:40 1997 +0000
@@ -39,3 +39,12 @@
    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));