Variable: comint-last-prompt

comint-last-prompt is a buffer-local variable defined in comint.el.gz.

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-local 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.")