Variable: follow-fixed-window
follow-fixed-window is a variable defined in follow.el.gz.
Value
nil
Documentation
If non-nil, the current window must not be scrolled.
This is typically set by explicit scrolling commands.
Source Code
;; Defined in /usr/src/emacs/lisp/follow.el.gz
(defvar follow-fixed-window nil
"If non-nil, the current window must not be scrolled.
This is typically set by explicit scrolling commands.")