mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(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
@ -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…
Reference in New Issue
Block a user