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:
parent
ac96711a3b
commit
e8e6136b2a
1 changed files with 6 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue