1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00

(end_kbd_macro): Declare extern.

This commit is contained in:
Kim F. Storm 2002-09-09 22:34:10 +00:00
parent eeb8fc0d23
commit 8ab0942980

View 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. */