diff --git a/src/composite.c b/src/composite.c index 8e6a8e3b88b..a8317968cae 100644 --- a/src/composite.c +++ b/src/composite.c @@ -652,6 +652,12 @@ compose_text (start, end, components, modification_func, string) { 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),