* coding.h (code_convert_string): Declare.

* coding.c (code_convert_string_norecord): Pass an int, not a lisp object, as
the fourth argument to code_convert_string.
This commit is contained in:
Ken Raeburn 2000-04-08 19:34:29 +00:00
parent f32318377b
commit 8000e212ef
2 changed files with 3 additions and 1 deletions

View file

@ -5654,7 +5654,7 @@ code_convert_string_norecord (string, coding_system, encodep)
coding.composing = COMPOSITION_DISABLED;
coding.mode |= CODING_MODE_LAST_BLOCK;
return code_convert_string (string, &coding, encodep, Qt);
return code_convert_string (string, &coding, encodep, 1);
}
DEFUN ("decode-sjis-char", Fdecode_sjis_char, Sdecode_sjis_char, 1, 1, 0,