aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.h4
1 files changed, 3 insertions, 1 deletions
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
126 set up for it in advance. Set by scrolling commands. */ 126 set up for it in advance. Set by scrolling commands. */
127 Lisp_Object force_start; 127 Lisp_Object force_start;
128 /* Non-nil means we have explicitly changed the value of start, 128 /* Non-nil means we have explicitly changed the value of start,
129 but that the next redisplay is not obliged to use the new value. */ 129 but that the next redisplay is not obliged to use the new value.
130 This is used in Fdelete_other_windows to force a call to
131 Vwindow_scroll_functions. */
130 Lisp_Object optional_new_start; 132 Lisp_Object optional_new_start;
131 /* Number of columns display within the window is scrolled to the left. */ 133 /* Number of columns display within the window is scrolled to the left. */
132 Lisp_Object hscroll; 134 Lisp_Object hscroll;