Variable: proced-process-alist
proced-process-alist is a buffer-local variable defined in
proced.el.gz.
Documentation
Alist of processes displayed by Proced.
The car of each element is the PID, and the cdr is a list of
cons pairs, see proced-process-attributes.
Source Code
;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defvar-local proced-process-alist nil
"Alist of processes displayed by Proced.
The car of each element is the PID, and the cdr is a list of
cons pairs, see `proced-process-attributes'.")