emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Thu, 22 Feb 2007 16:58:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/02/22 16:58:48

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1140
retrieving revision 1.1141
diff -u -b -r1.1140 -r1.1141
--- xdisp.c     22 Feb 2007 11:23:11 -0000      1.1140
+++ xdisp.c     22 Feb 2007 16:58:48 -0000      1.1141
@@ -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}
 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]