# HG changeset patch # User Dave Love # Date 981591664 0 # Node ID 8b4e5c2b7d7f1f9450551960e5e22f0ffb3975f0 # Parent 6ee038ed072b23dd8f139361fa117cd7539aec55 (gnus-alter-articles-to-read-function): Fix :type. diff -r 6ee038ed072b -r 8b4e5c2b7d7f lisp/gnus/gnus-sum.el --- a/lisp/gnus/gnus-sum.el Thu Feb 08 00:05:15 2001 +0000 +++ b/lisp/gnus/gnus-sum.el Thu Feb 08 00:21:04 2001 +0000 @@ -891,7 +891,7 @@ (defcustom gnus-alter-articles-to-read-function nil "Function to be called to alter the list of articles to be selected." - :type 'function + :type '(choice (const nil) function) :group 'gnus-summary) (defcustom gnus-orphan-score nil