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
 eshell-subcommand-arg-values)

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
    eshell-subcommand-arg-values)
  "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)