[gnus git] branch master updated: n0-17-393-g15eef66 =1= Further `with-demoted-errors' fixes.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 15eef66dc54f9c821116c026bb3125e8f2bcb5cc (commit)
from 134b49544c7f140cf30c1874cfa64c491d5dbdbd (commit)
- Log -----------------------------------------------------------------
commit 15eef66dc54f9c821116c026bb3125e8f2bcb5cc
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Nov 21 21:18:30 2011 +0100
Further `with-demoted-errors' fixes.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 987bb28..a2ef98b 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -557,7 +557,7 @@ This is to be used around code which is not expected to signal an error
but which should be robust in the unexpected case that an error is signaled."
(declare (debug t) (indent 0))
(let ((err (make-symbol "err")))
- `(condition-case-no-debug ,err
+ `(condition-case ,err
(progn ,@body)
(error (message "Error: %S" ,err) nil)))))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/dgnushack.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project