emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Thu, 01 Jun 2006 13:53:19 +0000

Index: emacs/src/dispnew.c
diff -u emacs/src/dispnew.c:1.363 emacs/src/dispnew.c:1.364
--- emacs/src/dispnew.c:1.363   Mon May  1 01:11:01 2006
+++ emacs/src/dispnew.c Thu Jun  1 13:53:19 2006
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]