aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index d9f9a342575..ba81f426dae 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -806,7 +806,8 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */)
806 carryover = nread; 806 carryover = nread;
807 /* This is to make the above condition always 807 /* This is to make the above condition always
808 fails in the future. */ 808 fails in the future. */
809 saved_coding.type = coding_type_no_conversion; 809 saved_coding.common_flags
810 &= ~CODING_REQUIRE_DETECTION_MASK;
810 continue; 811 continue;
811 } 812 }
812 813