]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct it): Add member display_ellipsis_p.
authorGerd Moellmann <gerd@gnu.org>
Tue, 26 Jun 2001 09:46:24 +0000 (09:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 26 Jun 2001 09:46:24 +0000 (09:46 +0000)
src/dispextern.h

index 6a319f2138e807c9449d676b24498f2810b25bd7..b7d82eded6884cf321a23c502f24bcf0d78e2b25 100644 (file)
@@ -1626,6 +1626,7 @@ struct it
     enum glyph_row_area area;
     unsigned multibyte_p : 1;
     unsigned string_from_display_prop_p : 1;
+    unsigned display_ellipsis_p : 1;
     Lisp_Object space_width;
     short voffset;
     Lisp_Object font_height;