diff options
| author | Gerd Moellmann | 2001-06-26 09:46:24 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-06-26 09:46:24 +0000 |
| commit | 88378b0ddb7ced9b625c9b3fe59cc8a344f0de47 (patch) | |
| tree | 018b3a64ee1fe6bea0babc6913211714157c139f /src | |
| parent | 649b3fbc0bb9e6e5ac7a81f5bc89d5c9d66bcaeb (diff) | |
| download | emacs-88378b0ddb7ced9b625c9b3fe59cc8a344f0de47.tar.gz emacs-88378b0ddb7ced9b625c9b3fe59cc8a344f0de47.zip | |
(struct it): Add member display_ellipsis_p.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 1626 | enum glyph_row_area area; | 1626 | enum glyph_row_area area; |
| 1627 | unsigned multibyte_p : 1; | 1627 | unsigned multibyte_p : 1; |
| 1628 | unsigned string_from_display_prop_p : 1; | 1628 | unsigned string_from_display_prop_p : 1; |
| 1629 | unsigned display_ellipsis_p : 1; | ||
| 1629 | Lisp_Object space_width; | 1630 | Lisp_Object space_width; |
| 1630 | short voffset; | 1631 | short voffset; |
| 1631 | Lisp_Object font_height; | 1632 | Lisp_Object font_height; |