Variable: point-before-scroll
point-before-scroll is a buffer-local variable defined in buffer.c.
Documentation
Value of point before the last series of scroll operations, or nil.
Source Code
// Defined in /usr/src/emacs/src/buffer.c
DEFVAR_PER_BUFFER ("point-before-scroll", point_before_scroll, Qnil,
doc: /* Value of point before the last series of scroll operations, or nil. */);