aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2007-02-22 16:58:48 +0000
committerKim F. Storm2007-02-22 16:58:48 +0000
commitcfcd6c53eb76eed053861c51ed51655fefd2b745 (patch)
tree1c8c97d9a753da0918395b52ace57bdb11cd1fc6
parenta2130dbb79355fbafa71390d941d373a90d21a67 (diff)
downloademacs-cfcd6c53eb76eed053861c51ed51655fefd2b745.tar.gz
emacs-cfcd6c53eb76eed053861c51ed51655fefd2b745.zip
(it_props): Undo last change.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 4ff3afd472b..b018735c3c6 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 {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop},
766 {&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop}, 765 {&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop},
766 {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_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};