Mercurial > emacs
diff src/w16select.c @ 23875:4b12480a9cd7
(Fw16_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 | 4817632d3428 |
| children | 5048f069091e |
line wrap: on
line diff
--- a/src/w16select.c Tue Dec 15 04:35:38 1998 +0000 +++ b/src/w16select.c Tue Dec 15 04:35:38 1998 +0000 @@ -449,7 +449,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])) {
