SYnch to No Gnus 200404251801.
[elisp/gnus.git-] / lisp / gnus-cus.el
index 2b198d9..fac490b 100644 (file)
@@ -985,7 +985,7 @@ articles in the thread.
                    (widgets category-fields))
               (while widgets
                 (let* ((widget (pop widgets))
-                       (value (condition-case nil (widget-value widget) (error)))))
+                       (value (condition-case nil (widget-value widget) (error))))
                   (eval `(setf (,(widget-get widget :accessor) ',info)
                                ',value)))))
             (gnus-category-write)