Mercurial > emacs
changeset 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 | 5cb0f2b0cabd |
children | dcc5dde7a1a0 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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;