From: Kenichi Handa Date: Mon, 12 Oct 1998 12:00:44 +0000 (+0000) Subject: (Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0. X-Git-Tag: emacs-20.4~1527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c8cb3123a6fc54968fd368c0ce15d2d16826126;p=emacs.git (Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0. --- diff --git a/src/w32select.c b/src/w32select.c index 77d9af3fa6b..5191b2a2ed2 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -120,7 +120,7 @@ DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat num = ((nbytes <= 2 /* Check the possibility of short cut. */ || NILP (buffer_defaults.enable_multibyte_characters)) ? 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])) {