From 0248728d0dd9cfd23042ba7c4b33f772b98f28f7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 20 Dec 2000 15:36:07 +0000 Subject: [PATCH] (struct window): New member min_hscroll. --- src/window.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/window.h b/src/window.h index 6ac7e5424a5..c5737ef7238 100644 --- a/src/window.h +++ b/src/window.h @@ -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 */ -- 2.39.2