diff src/macros.h @ 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 695cf19ef79e
children 4f7e1a56469e
line wrap: on
line diff
--- 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.  */