Mercurial > emacs
diff src/xselect.c @ 23421:e89686024d36
(lisp_data_to_selection_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 | 4d3c7b5b4fae |
| children | 4ade2b248148 |
line wrap: on
line diff
--- a/src/xselect.c Mon Oct 12 11:54:43 1998 +0000 +++ b/src/xselect.c Mon Oct 12 12:00:44 1998 +0000 @@ -1637,7 +1637,7 @@ || !STRING_MULTIBYTE (obj) || *size_ret == XSTRING (obj)->size) ? 0 - : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 1)); + : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 0)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) {
