mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
* keyboard.c (timer_check_2): Add break so timer_check returns next timeout.
This commit is contained in:
parent
dd86bd8258
commit
4d365fa4cc
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-08-06 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* keyboard.c (timer_check_2): Add break so timer_check returns next
|
||||
timeout.
|
||||
|
||||
2012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
Fix Windows build errors introduced after converting to WGET and WSET.
|
||||
|
|
|
|||
|
|
@ -4459,6 +4459,7 @@ timer_check_2 (void)
|
|||
}
|
||||
|
||||
nexttime = make_emacs_time (0, 0);
|
||||
break;
|
||||
}
|
||||
else
|
||||
/* When we encounter a timer that is still waiting,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue