Variable: enriched-old-bindings

enriched-old-bindings is a buffer-local variable defined in enriched.el.gz.

Documentation

Store old variable values that we change when entering mode.

The value is a list of (VAR VALUE VAR VALUE...).

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/enriched.el.gz
(defvar-local enriched-old-bindings nil
  "Store old variable values that we change when entering mode.
The value is a list of \(VAR VALUE VAR VALUE...).")