mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(struct window): New field optional_new_start.
This commit is contained in:
parent
e3dce9ba22
commit
fbf44f72c8
1 changed files with 3 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ struct window
|
|||
/* 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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue