Mercurial > emacs
diff src/dispextern.h @ 38189:770e48dacf6e
(struct it): Add member display_ellipsis_p.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Tue, 26 Jun 2001 09:46:24 +0000 |
| parents | 694764db81f8 |
| children | 6f8192f9ec53 |
line wrap: on
line diff
--- a/src/dispextern.h Tue Jun 26 01:42:30 2001 +0000 +++ b/src/dispextern.h Tue Jun 26 09:46:24 2001 +0000 @@ -1626,6 +1626,7 @@ 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;
