# HG changeset patch # User Stefan Monnier # Date 1015351765 0 # Node ID 5b4c5b84bb9db3822e26842652c1ec76bf819e4a # Parent a3661c31a7d81119c1d2b84abe30c1e8f2f0c1e9 (sit_for): Don't wait if executing a kbd macro. diff -r a3661c31a7d8 -r 5b4c5b84bb9d src/dispnew.c --- a/src/dispnew.c Tue Mar 05 13:31:44 2002 +0000 +++ b/src/dispnew.c Tue Mar 05 18:09:25 2002 +0000 @@ -6175,7 +6175,7 @@ swallow_events (display); - if (detect_input_pending_run_timers (display)) + if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_macro)) return Qnil; if (initial_display)