aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-17 00:45:58 +0000
committerGerd Moellmann1999-08-17 00:45:58 +0000
commitc1ff17c59c87515fcd286fc9bf96122028626b3e (patch)
tree5d1f150fbf1839cf992005c2b4ace5773e076a80
parenta7aeb2dec3180720967c8a6e08732f9654fe632d (diff)
downloademacs-c1ff17c59c87515fcd286fc9bf96122028626b3e.tar.gz
emacs-c1ff17c59c87515fcd286fc9bf96122028626b3e.zip
(struct it): Remove member
show_trailing_whitespace_p.
-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
1479 /* 1 means multibyte characters are enabled. */ 1479 /* 1 means multibyte characters are enabled. */
1480 unsigned multibyte_p : 1; 1480 unsigned multibyte_p : 1;
1481 1481
1482 /* 1 means highlight trailing whitespace. */
1483 unsigned show_trailing_whitespace_p : 1;
1484
1485 /* 1 means window has a mode line at its top. */ 1482 /* 1 means window has a mode line at its top. */
1486 unsigned top_line_p : 1; 1483 unsigned top_line_p : 1;
1487 1484
@@ -2068,6 +2065,7 @@ int frame_mode_line_height P_ ((struct frame *));
2068void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); 2065void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *));
2069int toolbar_item_info P_ ((struct frame *, struct glyph *, int *)); 2066int toolbar_item_info P_ ((struct frame *, struct glyph *, int *));
2070extern Lisp_Object Qtoolbar; 2067extern Lisp_Object Qtoolbar;
2068extern Lisp_Object Vshow_trailing_whitespace;
2071extern int redisplaying_p; 2069extern int redisplaying_p;
2072 2070
2073/* Defined in sysdep.c */ 2071/* Defined in sysdep.c */