changeset 61989:820ed588bcf4

(sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 01 May 2005 19:59:45 +0000
parents efb4e11f6aa7
children 82672fec921f
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Sun May 01 18:54:56 2005 +0000
+++ b/src/dispnew.c	Sun May 01 19:59:45 2005 +0000
@@ -6357,7 +6357,7 @@
 {
   swallow_events (display);
 
-  if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_macro))
+  if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_kbd_macro))
     return Qnil;
 
   if (initial_display)