1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

(struct it): Remove member

show_trailing_whitespace_p.
This commit is contained in:
Gerd Moellmann 1999-08-17 00:45:58 +00:00
parent a7aeb2dec3
commit c1ff17c59c

View file

@ -1479,9 +1479,6 @@ struct it
/* 1 means multibyte characters are enabled. */
unsigned multibyte_p : 1;
/* 1 means highlight trailing whitespace. */
unsigned show_trailing_whitespace_p : 1;
/* 1 means window has a mode line at its top. */
unsigned top_line_p : 1;
@ -2068,6 +2065,7 @@ int frame_mode_line_height P_ ((struct frame *));
void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *));
int toolbar_item_info P_ ((struct frame *, struct glyph *, int *));
extern Lisp_Object Qtoolbar;
extern Lisp_Object Vshow_trailing_whitespace;
extern int redisplaying_p;
/* Defined in sysdep.c */