Variable: eshell-post-rewrite-command-hook
eshell-post-rewrite-command-hook is a variable defined in
esh-cmd.el.gz.
This variable is obsolete since 24.4; use
eshell-post-rewrite-command-function instead.
Value
nil
Documentation
A hook run after command rewriting is finished.
Each function is passed the symbol containing the rewritten command, which may be modified directly. Any return value is ignored.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-post-rewrite-command-hook nil
"A hook run after command rewriting is finished.
Each function is passed the symbol containing the rewritten command,
which may be modified directly. Any return value is ignored.")