Variable: edt-last-replaced-key-definition
edt-last-replaced-key-definition is a variable defined in edt.el.gz.
Value
nil
Documentation
Key definition replaced with edt-define-key or edt-learn command.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defvar edt-last-replaced-key-definition nil
"Key definition replaced with `edt-define-key' or `edt-learn' command.")