Mercurial > emacs
diff src/w16select.c @ 23423:4817632d3428
(Fw16_set_clipboard_data): Call find_charset_in_str with CMPCHARP arg 0.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 12 Oct 1998 12:00:44 +0000 |
| parents | ecc4641bf00a |
| children | 4b12480a9cd7 |
line wrap: on
line diff
--- a/src/w16select.c Mon Oct 12 12:00:44 1998 +0000 +++ b/src/w16select.c Mon Oct 12 12:00:44 1998 +0000 @@ -449,7 +449,7 @@ || !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])) {
