(gnus-agent-customize-category): Mismatched paren.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 3 Mar 2004 05:41:22 +0000 (05:41 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 3 Mar 2004 05:41:22 +0000 (05:41 +0000)
lisp/ChangeLog
lisp/gnus-cus.el

index 6d894cf..a05b3bd 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
+
 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
 
        * gnus-cus.el (gnus-agent-customize-category): Removed
index e02f3fa..21086de 100644 (file)
@@ -984,7 +984,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)