From: Jan Djärv Date: Mon, 6 Aug 2012 16:09:02 +0000 (+0200) Subject: * keyboard.c (timer_check_2): Add break so timer_check returns next timeout. X-Git-Tag: emacs-24.2.90~819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d365fa4cc083c4f84d1af8bcefc8852c9530307;p=emacs.git * keyboard.c (timer_check_2): Add break so timer_check returns next timeout. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5ca15556b14..3eb47219f30 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-08-06 Jan Djärv + + * keyboard.c (timer_check_2): Add break so timer_check returns next + timeout. + 2012-08-06 Dmitry Antipov 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) } nexttime = make_emacs_time (0, 0); + break; } else /* When we encounter a timer that is still waiting,