diff options
author | Kenichi Handa <handa@m17n.org> | 1998-12-15 04:35:38 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-12-15 04:35:38 +0000 |
commit | 42912be3607fc4f841e612c50e94ab2e7ca1ad9e (patch) | |
tree | 0e733a5310c883bbc89ecfa3942a77cf399e0675 /src/w16select.c | |
parent | 2798f181612db3dac2ff3ff2660830f2bc4df887 (diff) | |
download | emacs-42912be3607fc4f841e612c50e94ab2e7ca1ad9e.tar.gz |
(Fw16_set_clipboard_data): Call find_charset_in_str
with MULTIBYTE 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 d587e583187..85cdd852c95 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, 0)); + : find_charset_in_str (src, nbytes, charsets, Qnil, 0, 1)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) { |