From 8fc798e913d72becfe7d6e836f146d00a734d742 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 22 Feb 1993 14:38:10 +0000 Subject: [PATCH] * dispnew.c (sit_for): Pass the correct number of arguments to gobble_input. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index 9ec88d9f45d..e5044267d3d 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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);