mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
(sit_for): Call swallow_events.
This commit is contained in:
parent
10537cb12d
commit
ccddf4746c
1 changed files with 2 additions and 0 deletions
|
|
@ -2367,6 +2367,8 @@ sit_for (sec, usec, reading, display)
|
|||
{
|
||||
Lisp_Object read_kbd;
|
||||
|
||||
swallow_events (display);
|
||||
|
||||
if (detect_input_pending_run_timers (display))
|
||||
return Qnil;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue