From 99e1184e5cf7a839cdae4fa6a32b591e9b2b1161 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 15 Dec 1999 00:26:05 +0000 Subject: [PATCH] (lisp_data_to_selection_data): Adjusted for the change for find_charset_in_str. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xselect.c b/src/xselect.c index 7057e234007..27bb4689bcb 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1659,7 +1659,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, 0, 1)); + : find_charset_in_str (*data_ret, *size_ret, charsets, Qnil, 1)); if (!num || (num == 1 && charsets[CHARSET_ASCII])) { -- 2.39.5