# HG changeset patch # User Miles Bader # Date 1169622787 0 # Node ID 22f89b72ef5034568a7f97a55541da2cdaad5bb7 # Parent e838db0a01edfebbabfad09626814b8053367970 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 196) - Update from CVS 2007-01-23 Reiner Steib * lisp/gnus/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix custom choice. * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix custom choice. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-612 diff -r e838db0a01ed -r 22f89b72ef50 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Wed Jan 24 07:12:55 2007 +0000 +++ b/lisp/gnus/ChangeLog Wed Jan 24 07:13:07 2007 +0000 @@ -1,3 +1,10 @@ +2007-01-23 Reiner Steib + + * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix + custom choice. + + * gnus-art.el (gnus-signature-limit): Fix custom choice. + 2007-01-19 Reiner Steib * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory): diff -r e838db0a01ed -r 22f89b72ef50 lisp/gnus/gnus-art.el --- a/lisp/gnus/gnus-art.el Wed Jan 24 07:12:55 2007 +0000 +++ b/lisp/gnus/gnus-art.el Wed Jan 24 07:13:07 2007 +0000 @@ -242,7 +242,7 @@ :type '(choice (const nil) (integer :value 200) (number :value 4.0) - (function :value fun) + function (regexp :value ".*")) :group 'gnus-article-signature) diff -r e838db0a01ed -r 22f89b72ef50 lisp/gnus/gnus-score.el --- a/lisp/gnus/gnus-score.el Wed Jan 24 07:12:55 2007 +0000 +++ b/lisp/gnus/gnus-score.el Wed Jan 24 07:13:07 2007 +0000 @@ -204,10 +204,10 @@ :type '(choice string (repeat (choice string (cons regexp (repeat file)) - (function :value fun))) + function)) (function-item gnus-hierarchial-home-score-file) (function-item gnus-current-home-score-file) - (function :value fun))) + function)) (defcustom gnus-home-adapt-file nil "Variable to control where new adaptive score entries are to go. @@ -217,8 +217,8 @@ :type '(choice string (repeat (choice string (cons regexp (repeat file)) - (function :value fun))) - (function :value fun))) + function)) + function)) (defcustom gnus-default-adaptive-score-alist `((gnus-kill-file-mark)