From 8fc7a9a170965b321350419846b7cd888d96dac2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 8 Feb 2001 00:21:04 +0000 Subject: [PATCH] (gnus-alter-articles-to-read-function): Fix :type. --- lisp/gnus/gnus-sum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT