changeset 61981:8131d95ff037

(Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 May 2005 18:46:31 +0000
parents f3d536670495
children 237065917c73
files src/commands.h src/macros.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/commands.h	Sun May 01 17:01:44 2005 +0000
+++ b/src/commands.h	Sun May 01 18:46:31 2005 +0000
@@ -76,11 +76,11 @@
 /* Nonzero means ^G can quit instantly */
 extern int immediate_quit;
 
-extern Lisp_Object Vexecuting_macro;
+extern Lisp_Object Vexecuting_kbd_macro;
 
 /* Nonzero if input is coming from the keyboard */
 
-#define INTERACTIVE (NILP (Vexecuting_macro) && !noninteractive)
+#define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive)
 
 /* Set this nonzero to force reconsideration of mode line. */
 
--- a/src/macros.h	Sun May 01 17:01:44 2005 +0000
+++ b/src/macros.h	Sun May 01 18:46:31 2005 +0000
@@ -21,7 +21,7 @@
 
 /* Kbd macro currently being executed (a string or vector).  */
 
-extern Lisp_Object Vexecuting_macro;
+extern Lisp_Object Vexecuting_kbd_macro;
 
 /* Index of next character to fetch from that macro.  */