changeset 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 8a1986b2cc76
children 96fdfde22e87
files src/window.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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.  */