comparison 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
comparison
equal deleted inserted replaced
1914:60965a5c325f 1915:98ecf99d7b1a
1877 1877
1878 if (sec == 0 && usec == 0) 1878 if (sec == 0 && usec == 0)
1879 return Qt; 1879 return Qt;
1880 1880
1881 #ifdef SIGIO 1881 #ifdef SIGIO
1882 gobble_input (); 1882 gobble_input (0);
1883 #endif 1883 #endif
1884 1884
1885 XSET (read_kbd, Lisp_Int, reading ? -1 : 1); 1885 XSET (read_kbd, Lisp_Int, reading ? -1 : 1);
1886 wait_reading_process_input (sec, usec, read_kbd, display); 1886 wait_reading_process_input (sec, usec, read_kbd, display);
1887 1887