aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJoakim Verona2011-08-25 07:11:38 +0200
committerJoakim Verona2011-08-25 07:11:38 +0200
commiteff2e78688e5347aed84f237fabfa5829492feb1 (patch)
tree8033a98014481f35874226802703980d1b3481f1 /src/process.c
parent2002bbd139da85246597a131d0b43c4ef921f233 (diff)
parente4ed06f12b052a3c80d5c572889cb670a41f3c7d (diff)
downloademacs-eff2e78688e5347aed84f237fabfa5829492feb1.tar.gz
emacs-eff2e78688e5347aed84f237fabfa5829492feb1.zip
upstream
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index 2125478907f..977cfb964e2 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5186,6 +5186,9 @@ read_process_output (Lisp_Object proc, register int channel)
5186 p->decoding_carryover = coding->carryover_bytes; 5186 p->decoding_carryover = coding->carryover_bytes;
5187 } 5187 }
5188 if (SBYTES (text) > 0) 5188 if (SBYTES (text) > 0)
5189 /* FIXME: It's wrong to wrap or not based on debug-on-error, and
5190 sometimes it's simply wrong to wrap (e.g. when called from
5191 accept-process-output). */
5189 internal_condition_case_1 (read_process_output_call, 5192 internal_condition_case_1 (read_process_output_call,
5190 Fcons (outstream, 5193 Fcons (outstream,
5191 Fcons (proc, Fcons (text, Qnil))), 5194 Fcons (proc, Fcons (text, Qnil))),