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, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index ff81485d261..9d03eb9774d 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6410,7 +6410,7 @@ send_process (Lisp_Object proc, const char *buf, ptrdiff_t len,
6410 } 6410 }
6411#endif /* BROKEN_PTY_READ_AFTER_EAGAIN */ 6411#endif /* BROKEN_PTY_READ_AFTER_EAGAIN */
6412 6412
6413 /* Put what we should have written in wait_queue. */ 6413 /* Put what we should have written in write_queue. */
6414 write_queue_push (p, cur_object, cur_buf, cur_len, 1); 6414 write_queue_push (p, cur_object, cur_buf, cur_len, 1);
6415 wait_reading_process_output (0, 20 * 1000 * 1000, 6415 wait_reading_process_output (0, 20 * 1000 * 1000,
6416 0, 0, Qnil, NULL, 0); 6416 0, 0, Qnil, NULL, 0);