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", &BVAR (current_buffer, point_before_scroll), Qnil,
		     doc: /* Value of point before the last series of scroll operations, or nil.  */);