From: Gerd Moellmann Date: Tue, 26 Jun 2001 09:46:24 +0000 (+0000) Subject: (struct it): Add member display_ellipsis_p. X-Git-Tag: emacs-pretest-21.0.104~153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88378b0ddb7ced9b625c9b3fe59cc8a344f0de47;p=emacs.git (struct it): Add member display_ellipsis_p. --- diff --git a/src/dispextern.h b/src/dispextern.h index 6a319f2138e..b7d82eded68 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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;