From 6b123f323b9ee2274ebfc8e33168d542949605dd Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 12 Oct 1998 12:00:44 +0000 Subject: [PATCH] (lisp_data_to_selection_data): Call find_charset_in_str with CMPCHARP arg 0. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xselect.c b/src/xselect.c index d9da5edc3fa..e51fb6cd448 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1637,7 +1637,7 @@ lisp_data_to_selection_data (display, obj, || !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])) { -- 2.39.2