]> git.eshelyaron.com Git - emacs.git/commitdiff
(bind_polling_period): Stop all timers except
authorGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 13:11:29 +0000 (13:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 13:11:29 +0000 (13:11 +0000)
poll_timer.

src/keyboard.c

index 3691f1b997e25614aa8078a3fb88673c05906de4..0b1454547295719d325ccb575323f41367687bb2 100644 (file)
@@ -1826,6 +1826,7 @@ bind_polling_period (n)
   if (n > new)
     new = n;
 
+  stop_other_atimers (poll_timer);
   stop_polling ();
   specbind (Qpolling_period, make_number (new));
   /* Start a new alarm with the new period.  */