changeset 47349:5c37672e24c8

(end_kbd_macro): Declare extern.
author Kim F. Storm <storm@cua.dk>
date Mon, 09 Sep 2002 22:34:10 +0000
parents 7e9809c820b0
children afa312d08c82
files src/macros.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/macros.h	Mon Sep 09 22:33:51 2002 +0000
+++ b/src/macros.h	Mon Sep 09 22:34:10 2002 +0000
@@ -40,6 +40,10 @@
 
 extern Lisp_Object executing_macro;
 
+/* Finish defining the current keyboard macro.  */
+
+extern void end_kbd_macro P_ ((void));
+
 /* Declare that all chars stored so far in the kbd macro being defined
  really belong to it.  This is done in between editor commands.  */