From: Kenichi Handa Date: Thu, 7 Nov 2002 06:25:02 +0000 (+0000) Subject: (selection_data_to_lisp_data): Don't call X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=858e871446a2d370f3e297285ce7483e5b8a08ec;p=emacs.git (selection_data_to_lisp_data): Don't call compose_chars_in_text. --- 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