Variable: eshell-pre-rewrite-command-hook
eshell-pre-rewrite-command-hook is a customizable variable defined in
esh-cmd.el.gz.
Value
(eshell-no-command-conversion)
Documentation
A hook run before command rewriting begins.
The terms of the command to be rewritten is passed as arguments, and may be modified in place. Any return value is ignored.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defcustom eshell-pre-rewrite-command-hook
'(eshell-no-command-conversion)
"A hook run before command rewriting begins.
The terms of the command to be rewritten is passed as arguments, and
may be modified in place. Any return value is ignored."
:type 'hook)