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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Fri, 31 Dec 2004 20:46:13 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.189 emacs/src/dispextern.h:1.190
*** emacs/src/dispextern.h:1.189        Mon Dec 27 17:27:29 2004
--- emacs/src/dispextern.h      Sat Jan  1 01:34:39 2005
***************
*** 817,822 ****
--- 817,825 ----
    /* 1 means this row currently shows the cursor in the right fringe.  */
    unsigned cursor_in_fringe_p : 1;
  
+   /* 1 means the last glyph in the row is part of an ellipsis.  */
+   unsigned ends_in_ellipsis_p : 1;
+ 
    /* Non-zero means display a bitmap on X frames indicating that this
       the first line of the buffer.  */
    unsigned indicate_bob_p : 1;
***************
*** 1825,1830 ****
--- 1828,1837 ----
       Don't handle some `display' properties in these strings.  */
    unsigned string_from_display_prop_p : 1;
  
+   /* When METHOD == next_element_from_display_vector,
+      this is 1 if we're doing an ellipsis.  Otherwise meaningless.  */
+   unsigned ellipsis_p : 1;
+ 
    /* Display table in effect or null for none.  */
    struct Lisp_Char_Table *dp;
  




reply via email to

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