From b4ef971d22254a6b52ce8c11d486747b3a0e4403 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 8 Feb 2001 00:26:17 +0000 Subject: [PATCH] (gnus-score-after-write-file-function): Fix :type. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/gnus-score.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3bf886c5e7d..10aa8793620 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2001-02-08 Dave Love + + * gnus-sum.el (gnus-alter-articles-to-read-function): Fix :type. + * gnus-score.el (gnus-score-after-write-file-function): + 2001-02-07 ShengHuo ZHU * message.el (message-make-forward-subject): Argument decoded. diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 213178320ab..0cfc079a214 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -384,7 +384,7 @@ If nil, the user will be asked for a duration." (defcustom gnus-score-after-write-file-function nil "Function called with the name of the score file just written to disk." :group 'gnus-score-files - :type 'function) + :type '(choice (const nil) function)) (defcustom gnus-score-thread-simplify nil "If non-nil, subjects will simplified as in threading." -- 2.11.4.GIT