mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-19 01:10:57 -08:00
(Fcall_process): Fix merging of 2004-10-13 change.
This commit is contained in:
parent
91900dd736
commit
21d0467fda
1 changed files with 2 additions and 1 deletions
|
|
@ -806,7 +806,8 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */)
|
|||
carryover = nread;
|
||||
/* This is to make the above condition always
|
||||
fails in the future. */
|
||||
saved_coding.type = coding_type_no_conversion;
|
||||
saved_coding.common_flags
|
||||
&= ~CODING_REQUIRE_DETECTION_MASK;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue