Variable: proced-re-mark

proced-re-mark is a variable defined in proced.el.gz.

Value

"^[^ \n]"

Documentation

Regexp matching a marked line.

Important: the match ends just after the marker.

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defvar proced-re-mark "^[^ \n]"
  "Regexp matching a marked line.
Important: the match ends just after the marker.")