eshell-condition-case
eshell-condition-case is a Lisp macro in `esh-util.el
'.
(eshell-condition-case TAG FORM &rest HANDLERS)
If `eshell-handle-errors' is non-nil, this is `condition-case'.
Otherwise, evaluates FORM with no error handling.
esh-util.el
'.
(eshell-condition-case TAG FORM &rest HANDLERS)
If `eshell-handle-errors' is non-nil, this is `condition-case'.
Otherwise, evaluates FORM with no error handling.