aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w16select.c2
1 files changed, 1 insertions, 1 deletions
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
449 || !STRING_MULTIBYTE (string) 449 || !STRING_MULTIBYTE (string)
450 || nbytes == XSTRING (string)->size) 450 || nbytes == XSTRING (string)->size)
451 ? 0 451 ? 0
452 : find_charset_in_str (src, nbytes, charsets, Qnil, 1)); 452 : find_charset_in_str (src, nbytes, charsets, Qnil, 0));
453 453
454 if (!num || (num == 1 && charsets[CHARSET_ASCII])) 454 if (!num || (num == 1 && charsets[CHARSET_ASCII]))
455 { 455 {