diff options
| author | Gerd Moellmann | 1999-08-17 00:45:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-08-17 00:45:58 +0000 |
| commit | c1ff17c59c87515fcd286fc9bf96122028626b3e (patch) | |
| tree | 5d1f150fbf1839cf992005c2b4ace5773e076a80 /src | |
| parent | a7aeb2dec3180720967c8a6e08732f9654fe632d (diff) | |
| download | emacs-c1ff17c59c87515fcd286fc9bf96122028626b3e.tar.gz emacs-c1ff17c59c87515fcd286fc9bf96122028626b3e.zip | |
(struct it): Remove member
show_trailing_whitespace_p.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 4 |
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 *)); | |||
| 2068 | void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); | 2065 | void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); |
| 2069 | int toolbar_item_info P_ ((struct frame *, struct glyph *, int *)); | 2066 | int toolbar_item_info P_ ((struct frame *, struct glyph *, int *)); |
| 2070 | extern Lisp_Object Qtoolbar; | 2067 | extern Lisp_Object Qtoolbar; |
| 2068 | extern Lisp_Object Vshow_trailing_whitespace; | ||
| 2071 | extern int redisplaying_p; | 2069 | extern int redisplaying_p; |
| 2072 | 2070 | ||
| 2073 | /* Defined in sysdep.c */ | 2071 | /* Defined in sysdep.c */ |