mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
From: Daniel Brockman <daniel@brockman.se> (tiny change)
(it_props): Handle invisible property before display property.
This commit is contained in:
parent
768796657e
commit
c615a9e355
1 changed files with 1 additions and 1 deletions
|
|
@ -762,8 +762,8 @@ static struct props it_props[] =
|
|||
/* Handle `face' before `display' because some sub-properties of
|
||||
`display' need to know the face. */
|
||||
{&Qface, FACE_PROP_IDX, handle_face_prop},
|
||||
{&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop},
|
||||
{&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop},
|
||||
{&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop},
|
||||
{&Qcomposition, COMPOSITION_PROP_IDX, handle_composition_prop},
|
||||
{NULL, 0, NULL}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue