diff options
| author | Paul Eggert | 2011-08-24 14:20:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-24 14:20:36 -0700 |
| commit | 011ba6eaacfa50cc9871d0cfea34e8f0a7a5bc43 (patch) | |
| tree | ced7a98ff1eb289559da6ebfda46a8e436640da6 /src/process.c | |
| parent | fe4496a6e27ac892283b8568adbd12831868cc54 (diff) | |
| parent | f22f4808a08e8f985d5e6175bbd13d5260e1ab1a (diff) | |
| download | emacs-011ba6eaacfa50cc9871d0cfea34e8f0a7a5bc43.tar.gz emacs-011ba6eaacfa50cc9871d0cfea34e8f0a7a5bc43.zip | |
Merge from trunk.
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 08da53b4a40..a8088322147 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5161,6 +5161,9 @@ read_process_output (Lisp_Object proc, register int channel) | |||
| 5161 | p->decoding_carryover = coding->carryover_bytes; | 5161 | p->decoding_carryover = coding->carryover_bytes; |
| 5162 | } | 5162 | } |
| 5163 | if (SBYTES (text) > 0) | 5163 | if (SBYTES (text) > 0) |
| 5164 | /* FIXME: It's wrong to wrap or not based on debug-on-error, and | ||
| 5165 | sometimes it's simply wrong to wrap (e.g. when called from | ||
| 5166 | accept-process-output). */ | ||
| 5164 | internal_condition_case_1 (read_process_output_call, | 5167 | internal_condition_case_1 (read_process_output_call, |
| 5165 | Fcons (outstream, | 5168 | Fcons (outstream, |
| 5166 | Fcons (proc, Fcons (text, Qnil))), | 5169 | Fcons (proc, Fcons (text, Qnil))), |