Function: eshell-eval
eshell-eval is a byte-compiled function defined in esh-cmd.el.gz.
Signature
(eshell-eval FORM)
Documentation
Evaluate FORM, trapping errors and returning them.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defsubst eshell-eval (form)
"Evaluate FORM, trapping errors and returning them."
(eshell-eval* 'eshell-print 'eshell-error form))