From: Richard M. Stallman Date: Fri, 10 Nov 1995 16:05:24 +0000 (+0000) Subject: (struct window): New field redisplay_end_trigger. X-Git-Tag: emacs-19.34~2402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3bee872ef4c0d3da1cf9aa032c90df3f57a9bd6;p=emacs.git (struct window): New field redisplay_end_trigger. --- 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 /* 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. */