Mercurial > emacs
diff src/w32select.c @ 23874:122a362c5024
(Fw32_set_clipboard_data): Call find_charset_in_str
with MULTIBYTE arg 0.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 15 Dec 1998 04:35:38 +0000 |
| parents | ad04307ef465 |
| children | a0423d2b9302 |
line wrap: on
line diff
--- a/src/w32select.c Tue Dec 15 04:35:38 1998 +0000 +++ b/src/w32select.c Tue Dec 15 04:35:38 1998 +0000 @@ -124,7 +124,7 @@ || !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])) {
