Variable: crisp-load-scroll-all
crisp-load-scroll-all is a customizable variable defined in
crisp.el.gz.
Value
nil
Documentation
Controls loading of the Scroll Lock in the CRiSP emulator.
Its default behavior is to load and enable the Scroll Lock minor mode package when enabling the CRiSP emulator.
If this variable is nil when you start the CRiSP emulator, it does not load the scroll-all package.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/crisp.el.gz
(defcustom crisp-load-scroll-all nil
"Controls loading of the Scroll Lock in the CRiSP emulator.
Its default behavior is to load and enable the Scroll Lock minor mode
package when enabling the CRiSP emulator.
If this variable is nil when you start the CRiSP emulator, it
does not load the scroll-all package."
:type 'boolean)