Variable: eshell-deferrable-commands

eshell-deferrable-commands is a variable defined in esh-cmd.el.gz.

Value

(eshell-deferrable)

Documentation

A list of functions which might return a deferrable process.

If they return a process object (or list thereof), execution of the calling Eshell command will wait for completion (in the background) before finishing the command.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-deferrable-commands '(eshell-deferrable)
  "A list of functions which might return a deferrable process.
If they return a process object (or list thereof), execution of the
calling Eshell command will wait for completion (in the background)
before finishing the command.")