# HG changeset patch # User Luc Teirlinck # Date 1114977585 0 # Node ID 820ed588bcf4a6bb61f3dfea9c62b27eee37eda8 # Parent efb4e11f6aa719127b768e3111036e298dbe38c2 (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro. diff -r efb4e11f6aa7 -r 820ed588bcf4 src/dispnew.c --- 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)