Mercurial > emacs
changeset 34746:10539ef3d8e8
(struct window): New member min_hscroll.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 20 Dec 2000 15:36:07 +0000 |
parents | df58e8203c13 |
children | b17790c2efbf |
files | src/window.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.h Wed Dec 20 15:13:36 2000 +0000 +++ b/src/window.h Wed Dec 20 15:36:07 2000 +0000 @@ -132,6 +132,9 @@ 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 */