Function: proced-mark-all
proced-mark-all is an interactive and byte-compiled function defined
in proced.el.gz.
Signature
(proced-mark-all)
Documentation
Mark all processes.
If transient-mark-mode(var)/transient-mark-mode(fun) is turned on and the region is active,
mark the region.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-mark-all ()
"Mark all processes.
If `transient-mark-mode' is turned on and the region is active,
mark the region."
(interactive)
(proced-do-mark-all t))