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:
parent
eeb8fc0d23
commit
8ab0942980
1 changed files with 4 additions and 0 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue