]> git.eshelyaron.com Git - emacs.git/commitdiff
Include composite.h.
authorKenichi Handa <handa@m17n.org>
Mon, 6 Nov 2000 12:35:44 +0000 (12:35 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 6 Nov 2000 12:35:44 +0000 (12:35 +0000)
(selection_data_to_lisp_data): Call compose_chars_in_text on STR.

src/xselect.c

index ac2601607812d607bbcf7f22ba9e9727f2258090..289d01e03b93e039139773aa3c7e39e71fdf572d 100644 (file)
@@ -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