aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 6dbff6f4b16..a371dece250 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4395,10 +4395,8 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
4395 Otherwise, do pending quit if requested. */ 4395 Otherwise, do pending quit if requested. */
4396 if (read_kbd >= 0) 4396 if (read_kbd >= 0)
4397 QUIT; 4397 QUIT;
4398#ifdef SYNC_INPUT
4399 else 4398 else
4400 process_pending_signals (); 4399 process_pending_signals ();
4401#endif
4402 4400
4403 /* Exit now if the cell we're waiting for became non-nil. */ 4401 /* Exit now if the cell we're waiting for became non-nil. */
4404 if (! NILP (wait_for_cell) && ! NILP (XCAR (wait_for_cell))) 4402 if (! NILP (wait_for_cell) && ! NILP (XCAR (wait_for_cell)))