1
0
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:
Richard M. Stallman 1995-01-27 07:18:11 +00:00
parent 943e065b3c
commit 2e4a1e1f7e

View File

@ -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. */