Function: eshell-proc-initialize
eshell-proc-initialize is a byte-compiled function defined in
esh-proc.el.gz.
Signature
(eshell-proc-initialize)
Documentation
Initialize the process handling code.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defun eshell-proc-initialize () ;Called from `eshell-mode' via intern-soft!
"Initialize the process handling code."
(make-local-variable 'eshell-process-list)
(eshell-proc-mode))