# HG changeset patch # User Kim F. Storm # Date 1172163528 0 # Node ID 4862d5fdff8b8870d43ff335592438efd4461bf0 # Parent 2001cae9df4ea60c859e8d0aa47ed179e6b8a1ce (it_props): Undo last change. diff -r 2001cae9df4e -r 4862d5fdff8b src/xdisp.c --- a/src/xdisp.c Thu Feb 22 16:04:08 2007 +0000 +++ b/src/xdisp.c Thu Feb 22 16:58:48 2007 +0000 @@ -762,8 +762,8 @@ /* 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} };