diff src/w32select.c @ 23422:a209636732e9

(Fw32_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
author Kenichi Handa <handa@m17n.org>
date Mon, 12 Oct 1998 12:00:44 +0000
parents 4d4e775cf6f7
children 5f3243813b18
line wrap: on
line diff
--- a/src/w32select.c	Mon Oct 12 12:00:44 1998 +0000
+++ b/src/w32select.c	Mon Oct 12 12:00:44 1998 +0000
@@ -120,7 +120,7 @@
     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]))
       {