aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index b018735c3c6..4ff3afd472b 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -762,8 +762,8 @@ static struct props it_props[] =
762 /* Handle `face' before `display' because some sub-properties of 762 /* Handle `face' before `display' because some sub-properties of
763 `display' need to know the face. */ 763 `display' need to know the face. */
764 {&Qface, FACE_PROP_IDX, handle_face_prop}, 764 {&Qface, FACE_PROP_IDX, handle_face_prop},
765 {&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop},
766 {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop}, 765 {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop},
766 {&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop},
767 {&Qcomposition, COMPOSITION_PROP_IDX, handle_composition_prop}, 767 {&Qcomposition, COMPOSITION_PROP_IDX, handle_composition_prop},
768 {NULL, 0, NULL} 768 {NULL, 0, NULL}
769}; 769};