Variable: set-variable-value-history

set-variable-value-history is a variable defined in simple.el.gz.

Value

nil

Documentation

History of values entered with set-variable.

Maximum length of the history list is determined by the value of history-length, which see.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar set-variable-value-history nil
  "History of values entered with `set-variable'.

Maximum length of the history list is determined by the value
of `history-length', which see.")