diff options
author | Miles Bader <miles@gnu.org> | 2007-01-24 07:13:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-01-24 07:13:07 +0000 |
commit | b28080e33a9255254cfb7f6772704387202d9a8a (patch) | |
tree | 07e568043baffe16da44a60007c4aff49537dd28 /lisp/gnus/gnus-score.el | |
parent | 53688138bcbaefa0c702e3b4bcc2c5ae95431450 (diff) | |
download | emacs-b28080e33a9255254cfb7f6772704387202d9a8a.tar.gz emacs-b28080e33a9255254cfb7f6772704387202d9a8a.tar.bz2 emacs-b28080e33a9255254cfb7f6772704387202d9a8a.zip |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 196)
- Update from CVS
2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
* 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
Diffstat (limited to 'lisp/gnus/gnus-score.el')
-rw-r--r-- | lisp/gnus/gnus-score.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index b658cde1df3..fd8fedd2011 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -204,10 +204,10 @@ It can be: :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 @@ This variable allows the same syntax as `gnus-home-score-file'." :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) |