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 | 2798f181612db3dac2ff3ff2660830f2bc4df887 (patch) | |
tree | 9686bf242eb1cc6b5344f1cefba7cd10bf827e77 /src/w32select.c | |
parent | 666273c2f0f1bd324346e808e382c6fd6237775f (diff) | |
download | emacs-2798f181612db3dac2ff3ff2660830f2bc4df887.tar.gz |
(Fw32_set_clipboard_data): Call find_charset_in_str
with MULTIBYTE arg 0.
Diffstat (limited to 'src/w32select.c')
-rw-r--r-- | src/w32select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c index 6579b0e152b..115d323ddbc 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -124,7 +124,7 @@ DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_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])) { |