Function: eshell-interactive-process

eshell-interactive-process is a byte-compiled function defined in esh-cmd.el.gz.

Signature

(eshell-interactive-process)

Documentation

Return currently running command process, if non-Lisp.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
;;; Functions:

(defsubst eshell-interactive-process ()
  "Return currently running command process, if non-Lisp."
  eshell-last-async-proc)