diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 9b4e50a8194..75aa047c168 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -173,6 +173,9 @@ struct window | |||
| 173 | /* The column number currently displayed in this window's mode line, | 173 | /* The column number currently displayed in this window's mode line, |
| 174 | or nil if column numbers are not being displayed. */ | 174 | or nil if column numbers are not being displayed. */ |
| 175 | Lisp_Object column_number_displayed; | 175 | Lisp_Object column_number_displayed; |
| 176 | /* If redisplay in this window goes beyond this buffer position, | ||
| 177 | must run the redisplay-end-trigger-hook. */ | ||
| 178 | Lisp_Object redisplay_end_trigger; | ||
| 176 | }; | 179 | }; |
| 177 | 180 | ||
| 178 | /* 1 if W is a minibuffer window. */ | 181 | /* 1 if W is a minibuffer window. */ |