# HG changeset patch # User Gerd Moellmann # Date 941316206 0 # Node ID 344d89e485f2336bbb3b59baee1d17c2762f2aaf # Parent 9875073b26b968bb5678dda30c9ba55bdd57ca5a Extend comment for optional_new_start. diff -r 9875073b26b9 -r 344d89e485f2 src/window.h --- 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;