mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
(struct buffer): New field point_before_scroll.
This commit is contained in:
parent
943e065b3c
commit
2e4a1e1f7e
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue