]> code.delx.au - gnu-emacs/blobdiff - src/macros.h
Remove redundant include of unistd.h, stdlib.h. Use
[gnu-emacs] / 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.  */