aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index d862ed133ab..2fe14444f33 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7051,7 +7051,7 @@ decode_coding_object (coding, src_object, from, from_byte, to, to_byte,
7051 /* Most callers presume this will return a multibyte result, and they 7051 /* Most callers presume this will return a multibyte result, and they
7052 won't use `binary' or `raw-text' anyway, so let's not worry about 7052 won't use `binary' or `raw-text' anyway, so let's not worry about
7053 CODING_FOR_UNIBYTE. */ 7053 CODING_FOR_UNIBYTE. */
7054 coding->dst_multibyte = Qt; 7054 coding->dst_multibyte = 1;
7055 } 7055 }
7056 7056
7057 decode_coding (coding); 7057 decode_coding (coding);