emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112284: * keyboard.c (timer_start_id


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112284: * keyboard.c (timer_start_idle): Remove no-longer-used local.
Date: Sun, 14 Apr 2013 13:33:57 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112284
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-14 13:33:57 -0700
message:
  * keyboard.c (timer_start_idle): Remove no-longer-used local.
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-04-14 06:51:15 +0000
+++ b/src/ChangeLog     2013-04-14 20:33:57 +0000
@@ -1,3 +1,7 @@
+2013-04-14  Paul Eggert  <address@hidden>
+
+       * keyboard.c (timer_start_idle): Remove no-longer-used local.
+
 2013-04-14  Eli Zaretskii  <address@hidden>
 
        * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2013-04-10 13:31:35 +0000
+++ b/src/keyboard.c    2013-04-14 20:33:57 +0000
@@ -4188,8 +4188,6 @@
 static void
 timer_start_idle (void)
 {
-  Lisp_Object timers;
-
   /* If we are already in the idle state, do nothing.  */
   if (EMACS_TIME_VALID_P (timer_idleness_start_time))
     return;


reply via email to

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