diff src/dispnew.c @ 1915:98ecf99d7b1a

* dispnew.c (sit_for): Pass the correct number of arguments to gobble_input.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:38:10 +0000
parents ad692b76edf4
children 0f4b18efebf5
line wrap: on
line diff
--- a/src/dispnew.c	Mon Feb 22 14:27:14 1993 +0000
+++ b/src/dispnew.c	Mon Feb 22 14:38:10 1993 +0000
@@ -1879,7 +1879,7 @@
     return Qt;
 
 #ifdef SIGIO
-  gobble_input ();
+  gobble_input (0);
 #endif
 
   XSET (read_kbd, Lisp_Int, reading ? -1 : 1);