# HG changeset patch # User Richard M. Stallman # Date 816019524 0 # Node ID adc8fc9fe6edac5e5ef1788fe37ad52e4669afea # Parent 8a1986b2cc761fd99b93faea2d50f4ce36d7f329 (struct window): New field redisplay_end_trigger. diff -r 8a1986b2cc76 -r adc8fc9fe6ed src/window.h --- 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. */