]> git.eshelyaron.com Git - emacs.git/commitdiff
(sit_for): Call swallow_events.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Apr 1996 02:41:15 +0000 (02:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Apr 1996 02:41:15 +0000 (02:41 +0000)
src/dispnew.c

index c9a94cf37ed988b22cd7d50d58807ecf71466cc1..25ac26dd951f8c0499b4408a7c5913fd694888ea 100644 (file)
@@ -2367,6 +2367,8 @@ sit_for (sec, usec, reading, display)
 {
   Lisp_Object read_kbd;
 
+  swallow_events (display);
+
   if (detect_input_pending_run_timers (display))
     return Qnil;