aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */