/* 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. */
/* 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. */