aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJoakim Verona2013-02-18 00:04:31 +0100
committerJoakim Verona2013-02-18 00:04:31 +0100
commit37bce6bfacc0508a0c5016be3bfca92a81a59fe0 (patch)
treec0967967d0810670d1154c8a5b3a4a3521179660 /src/process.c
parentbcd8c34aabe11e72a0ce35f654515e2bb9c2964b (diff)
parenta51e9ff76cc887e0e6df95ff2895d80e0c00e9b9 (diff)
downloademacs-37bce6bfacc0508a0c5016be3bfca92a81a59fe0.tar.gz
emacs-37bce6bfacc0508a0c5016be3bfca92a81a59fe0.zip
auto upstream
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 9d6e8c097a1..5b15ade1122 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4218,7 +4218,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
4218 if (time_limit == 0 && nsecs == 0 && wait_proc && !NILP (Vinhibit_quit) 4218 if (time_limit == 0 && nsecs == 0 && wait_proc && !NILP (Vinhibit_quit)
4219 && !(CONSP (wait_proc->status) 4219 && !(CONSP (wait_proc->status)
4220 && EQ (XCAR (wait_proc->status), Qexit))) 4220 && EQ (XCAR (wait_proc->status), Qexit)))
4221 message ("Blocking call to accept-process-output with quit inhibited!!"); 4221 message1 ("Blocking call to accept-process-output with quit inhibited!!");
4222 4222
4223 /* If wait_proc is a process to watch, set wait_channel accordingly. */ 4223 /* If wait_proc is a process to watch, set wait_channel accordingly. */
4224 if (wait_proc != NULL) 4224 if (wait_proc != NULL)