1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

(compose_text): Don't treat the new style

composition specially.
This commit is contained in:
Kenichi Handa 2007-12-01 02:35:41 +00:00
parent ac96711a3b
commit e8e6136b2a

View file

@ -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),