mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
(struct buffer): New field point_before_scroll.
This commit is contained in:
parent
943e065b3c
commit
2e4a1e1f7e
@ -382,6 +382,10 @@ struct buffer
|
||||
indirect buffer, this holds a marker that records
|
||||
ZV for this buffer when the buffer is not current. */
|
||||
Lisp_Object zv_marker;
|
||||
|
||||
/* This holds the point value before the last scroll operation.
|
||||
Explicitly setting point sets this to nil. */
|
||||
Lisp_Object point_before_scroll;
|
||||
};
|
||||
|
||||
/* This points to the current buffer. */
|
||||
|
Loading…
Reference in New Issue
Block a user