Variable: so-long-original-values
so-long-original-values is a buffer-local variable defined in
so-long.el.gz.
Documentation
Alist holding the buffer's original major-mode value, and other data.
Any values to be restored by so-long-revert can be stored here by the
so-long-function(var)/so-long-function(fun) or during so-long-hook. so-long itself stores the
original states for so-long-variable-overrides and so-long-minor-modes,
so these values are available to custom actions by default.
See also so-long-remember and so-long-original.
Source Code
;; Defined in /usr/src/emacs/lisp/so-long.el.gz
;; Modes that go slowly and line lengths excessive
;; Font-lock performance becoming oppressive
;; All of my CPU tied up with strings
;; These are a few of my least-favorite things
(defvar-local so-long-original-values nil
"Alist holding the buffer's original `major-mode' value, and other data.
Any values to be restored by `so-long-revert' can be stored here by the
`so-long-function' or during `so-long-hook'. `so-long' itself stores the
original states for `so-long-variable-overrides' and `so-long-minor-modes',
so these values are available to custom actions by default.
See also `so-long-remember' and `so-long-original'.")