(wait_reading_process_input): Eliminate bogus test
that was trying to check read_kbd and failing.
This commit is contained in:
parent
5a7670bf32
commit
38f17cb22e
1 changed files with 1 additions and 1 deletions
|
@ -2076,7 +2076,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
|
|||
run timer events directly.
|
||||
(Callers that will immediately read keyboard events
|
||||
call timer_delay on their own.) */
|
||||
if (XINT (read_kbd) >= 0)
|
||||
if (1)
|
||||
{
|
||||
EMACS_TIME timer_delay;
|
||||
int old_timers_run = timers_run;
|
||||
|
|
Loading…
Add table
Reference in a new issue