]> git.eshelyaron.com Git - emacs.git/commitdiff
* keyboard.c (timer_check_2): Add break so timer_check returns next timeout.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Aug 2012 16:09:02 +0000 (18:09 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Aug 2012 16:09:02 +0000 (18:09 +0200)
src/ChangeLog
src/keyboard.c

index 5ca15556b14227151ab0ac8f96280dd2e5b712f6..3eb47219f3008c066e5da25d31132ae531742eb6 100644 (file)
@@ -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.
index 758085d3862a1345250633120b6a34062b905776..49ea168240085b5b53e1641f323125bdbb95432d 100644 (file)
@@ -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,