]> git.eshelyaron.com Git - emacs.git/commitdiff
(wait_reading_process_input): Call stop_polling along with turn_on_atimers.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Oct 2002 17:40:15 +0000 (17:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Oct 2002 17:40:15 +0000 (17:40 +0000)
src/process.c

index a6f009668dbe759306ce97c58c344c657209892e..41627376d8ba4726799861ea6265b85f1c4c93b3 100644 (file)
@@ -4790,6 +4790,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
 
   /* Turn off periodic alarms (in case they are in use)
      because the select emulator uses alarms.  */
+  stop_polling ();
   turn_on_atimers (0);
 
   while (1)