From: Kenichi Handa Date: Mon, 12 Oct 1998 12:00:44 +0000 (+0000) Subject: (Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0. X-Git-Tag: emacs-20.4~1526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76be80e02b5e9e671ae7a7407e6e886dbbf3d4f5;p=emacs.git (Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0. --- diff --git a/src/w16select.c b/src/w16select.c index f59768a300e..d587e583187 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -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])) {