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