From 858e871446a2d370f3e297285ce7483e5b8a08ec Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 7 Nov 2002 06:25:02 +0000 Subject: [PATCH] (selection_data_to_lisp_data): Don't call compose_chars_in_text. --- src/xselect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xselect.c b/src/xselect.c index a885ac9c546..d507ccd14e4 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1650,7 +1650,6 @@ selection_data_to_lisp_data (display, data, size, type, format) Vlast_coding_system_used = Vnext_selection_coding_system; Vnext_selection_coding_system = Qnil; } - compose_chars_in_text (0, XSTRING (str)->size, str); return str; } /* Convert a single atom to a Lisp_Symbol. Convert a set of atoms to -- 2.39.5