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 fcd5e89e004..92e5af8b390 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5654,7 +5654,7 @@ code_convert_string_norecord (string, coding_system, encodep)
5654 5654
5655 coding.composing = COMPOSITION_DISABLED; 5655 coding.composing = COMPOSITION_DISABLED;
5656 coding.mode |= CODING_MODE_LAST_BLOCK; 5656 coding.mode |= CODING_MODE_LAST_BLOCK;
5657 return code_convert_string (string, &coding, encodep, Qt); 5657 return code_convert_string (string, &coding, encodep, 1);
5658} 5658}
5659 5659
5660DEFUN ("decode-sjis-char", Fdecode_sjis_char, Sdecode_sjis_char, 1, 1, 0, 5660DEFUN ("decode-sjis-char", Fdecode_sjis_char, Sdecode_sjis_char, 1, 1, 0,