Mercurial > emacs
changeset 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 | 460aba3ec682 |
children | a209636732e9 |
files | src/xselect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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])) {