(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.

This commit is contained in:
Kenichi Handa
1998-10-12 12:00:44 +00:00
parent 3c8cb3123a
commit 76be80e02b

View File

@@ -449,7 +449,7 @@ DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat
|| !STRING_MULTIBYTE (string)
|| nbytes == XSTRING (string)->size)
? 0
: find_charset_in_str (src, nbytes, charsets, Qnil, 1));
: find_charset_in_str (src, nbytes, charsets, Qnil, 0));
if (!num || (num == 1 && charsets[CHARSET_ASCII]))
{