From: Kenichi Handa Date: Tue, 15 Dec 1998 04:35:38 +0000 (+0000) Subject: (Fw32_set_clipboard_data): Call find_charset_in_str X-Git-Tag: emacs-20.4~1075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2798f181612db3dac2ff3ff2660830f2bc4df887;p=emacs.git (Fw32_set_clipboard_data): Call find_charset_in_str with MULTIBYTE arg 0. --- diff --git a/src/w32select.c b/src/w32select.c index 6579b0e152b..115d323ddbc 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -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])) {