From: yamaoka Date: Wed, 3 Mar 2004 03:49:42 +0000 (+0000) Subject: Synch to No Gnus 200403030344. X-Git-Tag: t-gnus-6_17_4-quimby-~1047 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5756fb42e2de4dcbee8ea71901c4da419e4d6307;p=elisp%2Fgnus.git- Synch to No Gnus 200403030344. --- diff --git a/lisp/gnus-cus.el b/lisp/gnus-cus.el index c263d74..2b198d9 100644 --- a/lisp/gnus-cus.el +++ b/lisp/gnus-cus.el @@ -985,7 +985,7 @@ articles in the thread. (widgets category-fields)) (while widgets (let* ((widget (pop widgets)) - (value (ignore-errors (widget-value widget)))) + (value (condition-case nil (widget-value widget) (error))))) (eval `(setf (,(widget-get widget :accessor) ',info) ',value))))) (gnus-category-write)