diff options
| author | Richard M. Stallman | 1995-11-10 16:05:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-10 16:05:24 +0000 |
| commit | a3bee872ef4c0d3da1cf9aa032c90df3f57a9bd6 (patch) | |
| tree | 3521a8da9241b5885099f2f7d2f428d0d9e55127 | |
| parent | 190eb2639696a7b0382052d443abb7a74a7a89ca (diff) | |
| download | emacs-a3bee872ef4c0d3da1cf9aa032c90df3f57a9bd6.tar.gz emacs-a3bee872ef4c0d3da1cf9aa032c90df3f57a9bd6.zip | |
(struct window): New field redisplay_end_trigger.
| -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. */ |