From: Dave Love Date: Thu, 8 Feb 2001 00:21:04 +0000 (+0000) Subject: (gnus-alter-articles-to-read-function): Fix :type. X-Git-Tag: emacs-pretest-21.0.98~96 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fc7a9a170965b321350419846b7cd888d96dac2;p=emacs.git (gnus-alter-articles-to-read-function): Fix :type. --- diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 4e6a939e034..5719417ca5e 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -891,7 +891,7 @@ For example: ((1 . cn-gb-2312) (2 . big5))." (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