Variable: comint-last-prompt
comint-last-prompt is a variable defined in comint.el.gz.
Value
nil
Documentation
Markers pointing to the last prompt.
If non-nil, a cons cell containing markers. The car points to the start, the cdr to the end of the last prompt recognized.
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defvar comint-last-prompt nil
"Markers pointing to the last prompt.
If non-nil, a cons cell containing markers. The car points to
the start, the cdr to the end of the last prompt recognized.")