]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): New member min_hscroll.
authorGerd Moellmann <gerd@gnu.org>
Wed, 20 Dec 2000 15:36:07 +0000 (15:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 20 Dec 2000 15:36:07 +0000 (15:36 +0000)
src/window.h

index 6ac7e5424a5c9a10a3f0ef54e716f4935d770c51..c5737ef723896f3fa060d22bc670829f22558b0f 100644 (file)
@@ -132,6 +132,9 @@ struct window
     Lisp_Object optional_new_start;
     /* Number of columns display within the window is scrolled to the left.  */
     Lisp_Object hscroll;
+    /* Minimum hscroll for automatic hscrolling.  This is the value
+       the user has set, by set-window-hscroll for example.  */
+    Lisp_Object min_hscroll;
     /* Number saying how recently window was selected */
     Lisp_Object use_time;
     /* Unique number of window assigned when it was created */