changeset 14964:9938201005a3

(sit_for): Call swallow_events.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Apr 1996 02:41:15 +0000
parents 6ac4f300f9b4
children 685888f786d3
files src/dispnew.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Mon Apr 08 23:12:25 1996 +0000
+++ b/src/dispnew.c	Tue Apr 09 02:41:15 1996 +0000
@@ -2367,6 +2367,8 @@
 {
   Lisp_Object read_kbd;
 
+  swallow_events (display);
+
   if (detect_input_pending_run_timers (display))
     return Qnil;