aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 4a7202388bf..639b6a49fce 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4548,7 +4548,7 @@ wait_reading_process_output (int time_limit, int microsecs, int read_kbd,
4548 struct buffer *old_buffer = current_buffer; 4548 struct buffer *old_buffer = current_buffer;
4549 Lisp_Object old_window = selected_window; 4549 Lisp_Object old_window = selected_window;
4550 4550
4551 timer_delay = timer_check (1); 4551 timer_delay = timer_check ();
4552 4552
4553 /* If a timer has run, this might have changed buffers 4553 /* If a timer has run, this might have changed buffers
4554 an alike. Make read_key_sequence aware of that. */ 4554 an alike. Make read_key_sequence aware of that. */
@@ -6946,7 +6946,7 @@ wait_reading_process_output (int time_limit, int microsecs, int read_kbd,
6946 do 6946 do
6947 { 6947 {
6948 int old_timers_run = timers_run; 6948 int old_timers_run = timers_run;
6949 timer_delay = timer_check (1); 6949 timer_delay = timer_check ();
6950 if (timers_run != old_timers_run && do_display) 6950 if (timers_run != old_timers_run && do_display)
6951 /* We must retry, since a timer may have requeued itself 6951 /* We must retry, since a timer may have requeued itself
6952 and that could alter the time delay. */ 6952 and that could alter the time delay. */