Mercurial > emacs
changeset 91132:17bc979cf2b7
(compose_text): Don't treat the new style
composition specially.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 01 Dec 2007 02:35:41 +0000 |
parents | 33627f760058 |
children | 15f3ae6b2841 |
files | src/composite.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.c Sat Dec 01 02:35:22 2007 +0000 +++ b/src/composite.c Sat Dec 01 02:35:41 2007 +0000 @@ -652,6 +652,12 @@ { Lisp_Object prop; +#if 0 + if (VECTORP (components) && ASIZE (components) > 1 + && VECTORP (AREF (components, 0))) + prop = components; + else +#endif /* USE_FONT_BACKEND */ prop = Fcons (Fcons (make_number (end - start), components), modification_func); Fput_text_property (make_number (start), make_number (end),