]> git.eshelyaron.com Git - emacs.git/commitdiff
(end_kbd_macro): Declare extern.
authorKim F. Storm <storm@cua.dk>
Mon, 9 Sep 2002 22:34:10 +0000 (22:34 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 9 Sep 2002 22:34:10 +0000 (22:34 +0000)
src/macros.h

index 6c927b80b5cfef9bc5da4311b6394228a5f98f5c..3f2629c661dad6450735d5adc8d6ec2601fbe548 100644 (file)
@@ -40,6 +40,10 @@ extern int executing_macro_iterations;
 
 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.  */