changeset 26249:344d89e485f2

Extend comment for optional_new_start.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 30 Oct 1999 20:43:26 +0000
parents 9875073b26b9
children 194bcc8d17db
files src/window.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.h	Sat Oct 30 20:26:22 1999 +0000
+++ b/src/window.h	Sat Oct 30 20:43:26 1999 +0000
@@ -126,7 +126,9 @@
        set up for it in advance.  Set by scrolling commands.  */
     Lisp_Object force_start;
     /* Non-nil means we have explicitly changed the value of start,
-       but that the next redisplay is not obliged to use the new value.  */
+       but that the next redisplay is not obliged to use the new value.
+       This is used in Fdelete_other_windows to force a call to
+       Vwindow_scroll_functions.  */
     Lisp_Object optional_new_start;
     /* Number of columns display within the window is scrolled to the left.  */
     Lisp_Object hscroll;