Mercurial > emacs
diff src/xselect.c @ 33241:c6aabac439cb
Include composite.h.
(selection_data_to_lisp_data): Call compose_chars_in_text on STR.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 06 Nov 2000 12:35:44 +0000 |
| parents | 36c049a9730b |
| children | ea10fb03816f |
line wrap: on
line diff
--- a/src/xselect.c Mon Nov 06 12:35:27 2000 +0000 +++ b/src/xselect.c Mon Nov 06 12:35:44 2000 +0000 @@ -31,6 +31,7 @@ #include "charset.h" #include "coding.h" #include "process.h" +#include "composite.h" #define CUT_BUFFER_SUPPORT @@ -1551,6 +1552,7 @@ 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
