From 88378b0ddb7ced9b625c9b3fe59cc8a344f0de47 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 26 Jun 2001 09:46:24 +0000 Subject: [PATCH] (struct it): Add member display_ellipsis_p. --- src/dispextern.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5