Function: eshell-arg-initialize
eshell-arg-initialize is a byte-compiled function defined in
esh-arg.el.gz.
Signature
(eshell-arg-initialize)
Documentation
Initialize the argument parsing code.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-arg.el.gz
(defun eshell-arg-initialize () ;Called from `eshell-mode' via intern-soft!
"Initialize the argument parsing code."
(eshell-arg-mode)
(when (eshell-using-module 'eshell-cmpl)
(add-hook 'pcomplete-try-first-hook
#'eshell-complete-special-reference nil t)))