2002-07-02 Didier Verna <didier@xemacs.org>
authorDidier Verna <didier@xemacs.org>
Tue, 2 Jul 2002 16:06:57 +0000 (16:06 +0000)
committerDidier Verna <didier@xemacs.org>
Tue, 2 Jul 2002 16:06:57 +0000 (16:06 +0000)
* nnmail.el (nnmail-split-methods): fix custom type.

lisp/ChangeLog
lisp/nnmail.el

index ccb1105..ab38920 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Didier Verna  <didier@xemacs.org>
+
+       * nnmail.el (nnmail-split-methods): fix custom type.
+
 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
index 07beb40..3aa09b7 100644 (file)
@@ -104,7 +104,8 @@ The last element should always have \"\" as the regexp.
 
 This variable can also have a function as its value."
   :group 'nnmail-split
-  :type '(choice (repeat :tag "Alist" (group (string :tag "Name") regexp))
+  :type '(choice (repeat :tag "Alist" (group (string :tag "Name")
+                                            (choice regexp function)))
                 (function-item nnmail-split-fancy)
                 (function :tag "Other")))