Variable: decipher-undo-list

decipher-undo-list is a buffer-local variable defined in decipher.el.gz.

Documentation

The undo list for this buffer.

Each element is either a cons cell (PLAIN-CHAR . CIPHER-CHAR) or a list of such cons cells.

Source Code

;; Defined in /usr/src/emacs/lisp/play/decipher.el.gz
(defvar-local decipher-undo-list nil
  "The undo list for this buffer.
Each element is either a cons cell (PLAIN-CHAR . CIPHER-CHAR) or a
list of such cons cells.")