Variable: comint-redirect-finished-regexp
comint-redirect-finished-regexp is a variable defined in comint.el.gz.
Value
nil
Documentation
Regular expression that determines when to stop redirection in Comint.
When the redirection filter function is given output that matches this regexp, the output is inserted as usual, and redirection is completed.
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defvar comint-redirect-finished-regexp nil
"Regular expression that determines when to stop redirection in Comint.
When the redirection filter function is given output that matches this regexp,
the output is inserted as usual, and redirection is completed.")