* dispnew.c (sit_for): Pass the correct number of arguments to
authorJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:38:10 +0000 (14:38 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:38:10 +0000 (14:38 +0000)
gobble_input.

src/dispnew.c

index 9ec88d9..e504426 100644 (file)
@@ -1879,7 +1879,7 @@ sit_for (sec, usec, reading, display)
     return Qt;
 
 #ifdef SIGIO
-  gobble_input ();
+  gobble_input (0);
 #endif
 
   XSET (read_kbd, Lisp_Int, reading ? -1 : 1);