Function: edt-reset
edt-reset is an interactive and byte-compiled function defined in
edt.el.gz.
Signature
(edt-reset)
Documentation
Cancel text selection.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defun edt-reset ()
"Cancel text selection."
(interactive)
(deactivate-mark))