emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Fri, 11 Nov 2005 10:33:34 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.211 emacs/src/dispextern.h:1.212
*** emacs/src/dispextern.h:1.211        Tue Oct 11 22:35:22 2005
--- emacs/src/dispextern.h      Fri Nov 11 15:33:34 2005
***************
*** 1979,1984 ****
--- 1979,1988 ----
    /* 1 means overlay strings at end_charpos have been processed.  */
    unsigned overlay_strings_at_end_processed_p : 1;
  
+   /* 1 means to ignore overlay strings at current pos, as they have
+      already been processed.  */
+   unsigned ignore_overlay_strings_at_pos_p : 1;
+ 
    /* 1 means the actual glyph is not available in the current
       system.  */
    unsigned glyph_not_available_p : 1;




reply via email to

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