Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 2 Jul 2002 22:09:20 +0000 (22:09 +0000)
committeryamaoka <yamaoka>
Tue, 2 Jul 2002 22:09:20 +0000 (22:09 +0000)
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 6c1a06a..e325b6a 100644 (file)
@@ -103,7 +103,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")))