From 8ecb7547ccea5e8322163ac4a4f176fd2c23fe3d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 23 Oct 2002 17:40:15 +0000 Subject: [PATCH] (wait_reading_process_input): Call stop_polling along with turn_on_atimers. --- src/process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/process.c b/src/process.c index a6f009668db..41627376d8b 100644 --- a/src/process.c +++ b/src/process.c @@ -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) -- 2.39.5