From: Gerd Moellmann Date: Sat, 12 Feb 2000 13:11:29 +0000 (+0000) Subject: (bind_polling_period): Stop all timers except X-Git-Tag: emacs-pretest-21.0.90~5046 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fe007f7d1a39a005979f272ed4a4092a146b932;p=emacs.git (bind_polling_period): Stop all timers except poll_timer. --- diff --git a/src/keyboard.c b/src/keyboard.c index 3691f1b997e..0b145454729 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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. */