emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109470: * keyboard.c (timer_check_2)


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109470: * keyboard.c (timer_check_2): Add break so timer_check returns next timeout.
Date: Mon, 06 Aug 2012 18:09:02 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109470
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Mon 2012-08-06 18:09:02 +0200
message:
  * keyboard.c (timer_check_2): Add break so timer_check returns next timeout.
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-06 15:45:27 +0000
+++ b/src/ChangeLog     2012-08-06 16:09:02 +0000
@@ -1,3 +1,8 @@
+2012-08-06  Jan Djärv  <address@hidden>
+
+       * keyboard.c (timer_check_2): Add break so timer_check returns next
+       timeout.
+
 2012-08-06  Dmitry Antipov  <address@hidden>
 
        Fix Windows build errors introduced after converting to WGET and WSET.

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2012-08-06 10:24:26 +0000
+++ b/src/keyboard.c    2012-08-06 16:09:02 +0000
@@ -4459,6 +4459,7 @@
            }
 
          nexttime = make_emacs_time (0, 0);
+          break;
        }
       else
        /* When we encounter a timer that is still waiting,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]