From 0caef0ecf7589c2c49c5f74f8669492b4d6f6862 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 6 Nov 2000 12:35:44 +0000 Subject: [PATCH] Include composite.h. (selection_data_to_lisp_data): Call compose_chars_in_text on STR. --- src/xselect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xselect.c b/src/xselect.c index ac260160781..289d01e03b9 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ #include "charset.h" #include "coding.h" #include "process.h" +#include "composite.h" #define CUT_BUFFER_SUPPORT @@ -1551,6 +1552,7 @@ selection_data_to_lisp_data (display, data, size, type, format) xfree (buf); Vlast_coding_system_used = coding.symbol; } + 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