Mercurial > emacs
diff src/window.h @ 13458:adc8fc9fe6ed
(struct window): New field redisplay_end_trigger.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 10 Nov 1995 16:05:24 +0000 |
| parents | 81f12c1d0178 |
| children | ee40177f6c68 |
line wrap: on
line diff
--- a/src/window.h Fri Nov 10 16:01:46 1995 +0000 +++ b/src/window.h Fri Nov 10 16:05:24 1995 +0000 @@ -173,6 +173,9 @@ /* The column number currently displayed in this window's mode line, or nil if column numbers are not being displayed. */ Lisp_Object column_number_displayed; + /* If redisplay in this window goes beyond this buffer position, + must run the redisplay-end-trigger-hook. */ + Lisp_Object redisplay_end_trigger; }; /* 1 if W is a minibuffer window. */
