summaryrefslogtreecommitdiff
path: root/src/macros.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-09-09 22:34:10 +0000
committerKim F. Storm <storm@cua.dk>2002-09-09 22:34:10 +0000
commit8ab094298034ad87fe57dd6e61d98cd47df2e8db (patch)
treefc89e9eeb77eb0ea465761bc4bd950f80f888375 /src/macros.h
parenteeb8fc0d2394701a34ee5763521cc71c8df919e6 (diff)
downloademacs-8ab094298034ad87fe57dd6e61d98cd47df2e8db.tar.gz
(end_kbd_macro): Declare extern.
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros.h b/src/macros.h
index 6c927b80b5c..3f2629c661d 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -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. */