[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macros.h
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/macros.h |
Date: |
Mon, 09 Sep 2002 18:34:10 -0400 |
Index: emacs/src/macros.h
diff -c emacs/src/macros.h:1.7 emacs/src/macros.h:1.8
*** emacs/src/macros.h:1.7 Sun Sep 8 16:29:05 2002
--- emacs/src/macros.h Mon Sep 9 18:34:10 2002
***************
*** 40,45 ****
--- 40,49 ----
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. */