Variable: edt-last-deleted-chars
edt-last-deleted-chars is a variable defined in edt.el.gz.
Value
""
Documentation
Last text deleted by the EDT emulation DEL C command.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defvar edt-last-deleted-chars ""
"Last text deleted by the EDT emulation DEL C command.")