Function: eshell-commands

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

Signature

(eshell-commands OBJECT &optional SILENT)

Documentation

Place a valid set of handles, and context, around command OBJECT.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defmacro eshell-commands (object &optional silent)
  "Place a valid set of handles, and context, around command OBJECT."
  `(let (eshell-current-subjob-p)
     (eshell-with-handles (,(not silent) 'append)
       ,object)))