diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/keyboard.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5ca15556b14..3eb47219f30 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-06 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * keyboard.c (timer_check_2): Add break so timer_check returns next | ||
| 4 | timeout. | ||
| 5 | |||
| 1 | 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | Fix Windows build errors introduced after converting to WGET and WSET. | 8 | Fix Windows build errors introduced after converting to WGET and WSET. |
diff --git a/src/keyboard.c b/src/keyboard.c index 758085d3862..49ea1682400 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4459,6 +4459,7 @@ timer_check_2 (void) | |||
| 4459 | } | 4459 | } |
| 4460 | 4460 | ||
| 4461 | nexttime = make_emacs_time (0, 0); | 4461 | nexttime = make_emacs_time (0, 0); |
| 4462 | break; | ||
| 4462 | } | 4463 | } |
| 4463 | else | 4464 | else |
| 4464 | /* When we encounter a timer that is still waiting, | 4465 | /* When we encounter a timer that is still waiting, |