Variable: pc-select-saved-settings-alist
pc-select-saved-settings-alist is a variable defined in
pc-select.el.gz.
Value
nil
Documentation
The values of the variables before PC Selection mode was toggled on.
When PC Selection mode is toggled on, it sets quite a few variables for its own purposes. This alist holds the original values of the variables PC Selection mode had set, so that these variables can be restored to their original values when PC Selection mode is toggled off.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/pc-select.el.gz
(defvar pc-select-saved-settings-alist nil
"The values of the variables before PC Selection mode was toggled on.
When PC Selection mode is toggled on, it sets quite a few variables
for its own purposes. This alist holds the original values of the
variables PC Selection mode had set, so that these variables can be
restored to their original values when PC Selection mode is toggled off.")