X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d43b5e84066afe4ee7100ab957438a1c41141492..efdd2e5c64957ecd43765763ab59edda56127b08:/src/process.c diff --git a/src/process.c b/src/process.c index 3f5ad06965..e73f65a9b0 100644 --- a/src/process.c +++ b/src/process.c @@ -6665,7 +6665,6 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd, /* Turn off periodic alarms (in case they are in use) and then turn off any other atimers, because the select emulator uses alarms. */ - stop_polling (); turn_on_atimers (0); while (1) @@ -6824,7 +6823,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd, break; } - start_polling (); + turn_on_atimers (1); return -1; }