Variable: comint-redirect-previous-input-string

comint-redirect-previous-input-string is a variable defined in comint.el.gz.

Value

nil

Documentation

Last redirected line of text.

Allows detection of the end of the redirection in case the completion string is split between two output segments.

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defvar comint-redirect-previous-input-string nil
  "Last redirected line of text.
Allows detection of the end of the redirection in case the
completion string is split between two output segments.")