Mercurial > emacs
changeset 26877:9c5071c954cd
(lisp_data_to_selection_data): Adjusted for the change
for find_charset_in_str.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 15 Dec 1999 00:26:05 +0000 |
parents | 578acd06aa3b |
children | 0020f5359d09 |
files | src/xselect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Wed Dec 15 00:25:34 1999 +0000 +++ b/src/xselect.c Wed Dec 15 00:26:05 1999 +0000 @@ -1659,7 +1659,7 @@ || !STRING_MULTIBYTE (obj) || *size_ret == XSTRING (obj)->size) ? 0 - : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 0, 1)); + : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 1)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) {