diff options
| author | Stephen Leake | 2019-04-11 14:00:02 -0700 |
|---|---|---|
| committer | Stephen Leake | 2019-04-11 14:00:02 -0700 |
| commit | 7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch) | |
| tree | e0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/window.h | |
| parent | 7768581172e11be52b1fcd8224f4594e126bbdb7 (diff) | |
| parent | de238b39e335c6814283faa171b35145f124edf2 (diff) | |
| download | emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip | |
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/window.h b/src/window.h index 4235a6eade2..fdef407041b 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -212,9 +212,8 @@ struct window | |||
| 212 | /* The help echo text for this window. Qnil if there's none. */ | 212 | /* The help echo text for this window. Qnil if there's none. */ |
| 213 | Lisp_Object mode_line_help_echo; | 213 | Lisp_Object mode_line_help_echo; |
| 214 | 214 | ||
| 215 | /* No Lisp data may follow below this point without changing | 215 | /* No Lisp data may follow this point; mode_line_help_echo must be |
| 216 | mark_object in alloc.c. The member current_matrix must be the | 216 | the last Lisp member. */ |
| 217 | first non-Lisp member. */ | ||
| 218 | 217 | ||
| 219 | /* Glyph matrices. */ | 218 | /* Glyph matrices. */ |
| 220 | struct glyph_matrix *current_matrix; | 219 | struct glyph_matrix *current_matrix; |