projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6fa5b
)
Synch to No Gnus 200403030344.
author
yamaoka
<yamaoka>
Wed, 3 Mar 2004 03:49:42 +0000
(
03:49
+0000)
committer
yamaoka
<yamaoka>
Wed, 3 Mar 2004 03:49:42 +0000
(
03:49
+0000)
lisp/gnus-cus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-cus.el
b/lisp/gnus-cus.el
index
c263d74
..
2b198d9
100644
(file)
--- 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)