Mercurial > emacs
changeset 76066:4862d5fdff8b
(it_props): Undo last change.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 22 Feb 2007 16:58:48 +0000 |
parents | 2001cae9df4e |
children | 2e2cb5c0febc |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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} };