# HG changeset patch # User Kenichi Handa # Date 908193644 0 # Node ID e89686024d363303dc6128278d52a4c7f21fad21 # Parent 460aba3ec682cb6113f4b851969a8cf1765c470a (lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0. diff -r 460aba3ec682 -r e89686024d36 src/xselect.c --- 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])) {