]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
authorKenichi Handa <handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 12 Oct 1998 12:00:44 +0000 (12:00 +0000)
src/w32select.c

index 77d9af3fa6b2bc081144c896163756c2b1d53437..5191b2a2ed237bc790ca2609772658ad7bad5759 100644 (file)
@@ -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]))
       {