aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dispnew.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index da5e9c6e398..e88029b827f 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6405,7 +6405,10 @@ sit_for (sec, usec, reading, display, initial_display)
6405{ 6405{
6406 swallow_events (display); 6406 swallow_events (display);
6407 6407
6408 if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_kbd_macro)) 6408 if ((detect_input_pending_run_timers (display)
6409 && !redisplay_dont_pause)
6410 || !NILP (Vexecuting_kbd_macro))
6411
6409 return Qnil; 6412 return Qnil;
6410 6413
6411 if (initial_display) 6414 if (initial_display)