diff src/dispnew.c @ 71138:5cf77229c85d

(sit_for): Perform redisplay even if input is pending when redisplay-dont-pause is non-nil.
author Kim F. Storm <storm@cua.dk>
date Thu, 01 Jun 2006 13:53:19 +0000
parents c39f344060aa
children 8b67793e19f3
line wrap: on
line diff
--- a/src/dispnew.c	Thu Jun 01 13:52:42 2006 +0000
+++ b/src/dispnew.c	Thu Jun 01 13:53:19 2006 +0000
@@ -6405,7 +6405,10 @@
 {
   swallow_events (display);
 
-  if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_kbd_macro))
+  if ((detect_input_pending_run_timers (display)
+       && !redisplay_dont_pause)
+      || !NILP (Vexecuting_kbd_macro))
+
     return Qnil;
 
   if (initial_display)