* lisp/eshell/esh-util.el (eshell-condition-case): Add debug declaration.
This commit is contained in:
parent
f5e72b04d9
commit
66d35ae49d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ function `string-to-number'."
|
|||
(defmacro 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."
|
||||
(declare (indent 2))
|
||||
(declare (indent 2) (debug (sexp form &rest form)))
|
||||
(if eshell-handle-errors
|
||||
`(condition-case-unless-debug ,tag
|
||||
,form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue