# HG changeset patch
# User Kim F. Storm <storm@cua.dk>
# Date 1172143391 0
# Node ID e52455c55e9da2623deea99a7498fc815b7ee3c4
# Parent  033fc38f6e479471394998d112fc97f7c04f6503
From: Daniel Brockman <daniel@brockman.se>  (tiny change)
(it_props): Handle invisible property before display property.

diff -r 033fc38f6e47 -r e52455c55e9d src/xdisp.c
--- 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}
 };