Mercurial > emacs
changeset 76063:e52455c55e9d
From: Daniel Brockman <daniel@brockman.se> (tiny change)
(it_props): Handle invisible property before display property.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 22 Feb 2007 11:23:11 +0000 |
parents | 033fc38f6e47 |
children | b79b132c5c55 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Feb 22 11:21:32 2007 +0000 +++ b/src/xdisp.c Thu Feb 22 11:23:11 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}, + {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop}, {&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop}, - {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop}, {&Qcomposition, COMPOSITION_PROP_IDX, handle_composition_prop}, {NULL, 0, NULL} };