Function: proced-revert

proced-revert is a byte-compiled function defined in proced.el.gz.

Signature

(proced-revert &rest ARGS)

Documentation

Reevaluate the process listing based on the currently running processes.

Preserves point and marks, but not refinements (see proced-refine for information on refinements).

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-revert (&rest _args)
  "Reevaluate the process listing based on the currently running processes.
Preserves point and marks, but not refinements (see `proced-refine' for
information on refinements)."
  (setq proced-refinements nil)
  (proced-update t))