Mercurial > emacs
changeset 90017:6e012bc03071
(Fcall_process): Fix merging of 2004-10-13 change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 14 Oct 2004 12:28:46 +0000 |
parents | ff0e824afa37 |
children | 49e1148db0d3 |
files | src/callproc.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Thu Oct 14 08:50:09 2004 +0000 +++ b/src/callproc.c Thu Oct 14 12:28:46 2004 +0000 @@ -806,7 +806,8 @@ 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; }