Function: edt-select
edt-select is an interactive and byte-compiled function defined in
edt.el.gz.
Signature
(edt-select)
Documentation
Set mark at cursor and start text selection.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/edt.el.gz
(defun edt-select ()
"Set mark at cursor and start text selection."
(interactive)
(set-mark-command nil))