# HG changeset patch # User Dave Love # Date 981591810 0 # Node ID ea17c28c647690ee0e3d7fd3cc0af37d68fec1d7 # Parent 8b4e5c2b7d7f1f9450551960e5e22f0ffb3975f0 (gnus-score-after-write-file-function): Fix :type. diff -r 8b4e5c2b7d7f -r ea17c28c6476 lisp/gnus/gnus-score.el --- 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."