# HG changeset patch # User Jim Blandy # Date 730391890 0 # Node ID 98ecf99d7b1a4ce27b536c60b3cd2c46b0a8d78e # Parent 60965a5c325f302a36bf54b63b666c21acd23d5c * dispnew.c (sit_for): Pass the correct number of arguments to gobble_input. diff -r 60965a5c325f -r 98ecf99d7b1a src/dispnew.c --- 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);