# HG changeset patch # User Gerd Moellmann # Date 934850758 0 # Node ID 9cdb001b8bcb07c0e2723341a8818284b068b787 # Parent 0f10c1eaf8fb9fcdd2384fca5ea79b6522aeae1d (struct it): Remove member show_trailing_whitespace_p. diff -r 0f10c1eaf8fb -r 9cdb001b8bcb src/dispextern.h --- a/src/dispextern.h Tue Aug 17 00:38:28 1999 +0000 +++ b/src/dispextern.h Tue Aug 17 00:45:58 1999 +0000 @@ -1479,9 +1479,6 @@ /* 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 @@ 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 */