[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, 02 May 2005 06:32:42 -0400 |
Index: emacs/src/macros.h
diff -c emacs/src/macros.h:1.10 emacs/src/macros.h:1.11
*** emacs/src/macros.h:1.10 Sun May 1 18:46:09 2005
--- emacs/src/macros.h Mon May 2 10:32:40 2005
***************
*** 25,44 ****
/* Index of next character to fetch from that macro. */
! extern EMACS_INT executing_macro_index;
/* Number of successful iterations so far
for innermost keyboard macro.
This is not bound at each level,
so after an error, it describes the innermost interrupted macro. */
! extern int executing_macro_iterations;
/* This is the macro that was executing.
This is not bound at each level,
so after an error, it describes the innermost interrupted macro. */
! extern Lisp_Object executing_macro;
/* Finish defining the current keyboard macro. */
--- 25,44 ----
/* Index of next character to fetch from that macro. */
! extern EMACS_INT executing_kbd_macro_index;
/* Number of successful iterations so far
for innermost keyboard macro.
This is not bound at each level,
so after an error, it describes the innermost interrupted macro. */
! extern int executing_kbd_macro_iterations;
/* This is the macro that was executing.
This is not bound at each level,
so after an error, it describes the innermost interrupted macro. */
! extern Lisp_Object executing_kbd_macro;
/* Finish defining the current keyboard macro. */