changeset 16553:39aa8dd49637

(struct window): New field optional_new_start.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 Nov 1996 00:25:20 +0000
parents fe3d32bca2c5
children f930574421d9
files src/window.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.h	Sat Nov 09 22:17:58 1996 +0000
+++ b/src/window.h	Sun Nov 10 00:25:20 1996 +0000
@@ -112,6 +112,9 @@
     /* Non-nil means next redisplay must use the value of start
        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.  */
+    Lisp_Object optional_new_start;
     /* Number of columns display within the window is scrolled to the left.  */
     Lisp_Object hscroll;
     /* Number saying how recently window was selected */