Variable: term-last-input-match
term-last-input-match is a variable defined in term.el.gz.
Value
""
Documentation
Last string searched for by term input history search, for defaulting.
Buffer local variable.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar term-last-input-match ""
"Last string searched for by term input history search, for defaulting.
Buffer local variable.")