diff options
author | Kenichi Handa <handa@m17n.org> | 1998-10-12 12:00:44 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-10-12 12:00:44 +0000 |
commit | 76be80e02b5e9e671ae7a7407e6e886dbbf3d4f5 (patch) | |
tree | 1883f463687129c01783c4b1b2704ea671d7685a /src/w16select.c | |
parent | 3c8cb3123a6fc54968fd368c0ce15d2d16826126 (diff) | |
download | emacs-76be80e02b5e9e671ae7a7407e6e886dbbf3d4f5.tar.gz |
(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
Diffstat (limited to 'src/w16select.c')
-rw-r--r-- | src/w16select.c | 2 |
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 || !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])) { |