changeset 35978:ea17c28c6476

(gnus-score-after-write-file-function): Fix :type.
author Dave Love <fx@gnu.org>
date Thu, 08 Feb 2001 00:23:30 +0000
parents 8b4e5c2b7d7f
children 0f6715f5d52c
files lisp/gnus/gnus-score.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-score.el	Thu Feb 08 00:21:04 2001 +0000
+++ b/lisp/gnus/gnus-score.el	Thu Feb 08 00:23:30 2001 +0000
@@ -384,7 +384,7 @@
 (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."