summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-08-17 00:45:58 +0000
committerGerd Moellmann <gerd@gnu.org>1999-08-17 00:45:58 +0000
commitc1ff17c59c87515fcd286fc9bf96122028626b3e (patch)
tree5d1f150fbf1839cf992005c2b4ace5773e076a80 /src/dispextern.h
parenta7aeb2dec3180720967c8a6e08732f9654fe632d (diff)
downloademacs-c1ff17c59c87515fcd286fc9bf96122028626b3e.tar.gz
(struct it): Remove member
show_trailing_whitespace_p.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 1e81f05f751..a1432ee937d 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -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 */