1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

(Fw32_set_clipboard_data): Call find_charset_in_str

with MULTIBYTE arg 0.
This commit is contained in:
Kenichi Handa 1998-12-15 04:35:38 +00:00
parent 666273c2f0
commit 2798f18161

View file

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