1
Fork 0
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:
Kenichi Handa 2004-10-14 12:28:46 +00:00
parent 91900dd736
commit 21d0467fda

View file

@ -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;
}