Variable: eshell-input-filter-functions

eshell-input-filter-functions is a customizable variable defined in esh-mode.el.gz.

Value

nil

Documentation

Functions to call before input is processed.

The input is contained in the region from eshell-last-input-start to eshell-last-input-end.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-input-filter-functions nil
  "Functions to call before input is processed.
The input is contained in the region from `eshell-last-input-start' to
`eshell-last-input-end'."
  :type 'hook)