From 65113618fce53ca923965d3eefc849e43b2e01a9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 30 Oct 1999 20:43:26 +0000 Subject: [PATCH] Extend comment for optional_new_start. --- src/window.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/window.h b/src/window.h index 10aa6338139..ca507cd1625 100644 --- a/src/window.h +++ b/src/window.h @@ -126,7 +126,9 @@ struct window 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; -- 2.39.5