aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index c316139a713..301274676d6 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5387,6 +5387,7 @@ send_process (volatile Lisp_Object proc, const char *volatile buf,
5387 } 5387 }
5388 else 5388 else
5389 { 5389 {
5390 coding->src_multibyte = 0;
5390 /* For sending a unibyte text, character code conversion should 5391 /* For sending a unibyte text, character code conversion should
5391 not take place but EOL conversion should. So, setup raw-text 5392 not take place but EOL conversion should. So, setup raw-text
5392 or one of the subsidiary if we have not yet done it. */ 5393 or one of the subsidiary if we have not yet done it. */