diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
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))), |