Variable: eshell-skip-prompt-function
eshell-skip-prompt-function is a customizable variable defined in
esh-mode.el.gz.
This variable is obsolete since 30.1.
Value
nil
Documentation
A function called from beginning of line to skip the prompt.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-skip-prompt-function nil
"A function called from beginning of line to skip the prompt."
:type '(choice (const nil) function))