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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Tue, 05 Mar 2002 13:09:25 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.301 emacs/src/dispnew.c:1.302
*** emacs/src/dispnew.c:1.301   Mon Mar  4 18:41:00 2002
--- emacs/src/dispnew.c Tue Mar  5 13:09:25 2002
***************
*** 6175,6181 ****
  
    swallow_events (display);
  
!   if (detect_input_pending_run_timers (display))
      return Qnil;
  
    if (initial_display)
--- 6175,6181 ----
  
    swallow_events (display);
  
!   if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_macro))
      return Qnil;
  
    if (initial_display)



reply via email to

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