From: Gerd Moellmann Date: Wed, 20 Dec 2000 15:36:07 +0000 (+0000) Subject: (struct window): New member min_hscroll. X-Git-Tag: emacs-pretest-21.0.95~378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0248728d0dd9cfd23042ba7c4b33f772b98f28f7;p=emacs.git (struct window): New member min_hscroll. --- 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 */