1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(gnus-score-after-write-file-function): Fix :type.

This commit is contained in:
Dave Love 2001-02-08 00:26:17 +00:00
parent 8fc7a9a170
commit b4ef971d22
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-02-08 Dave Love <fx@gnu.org>
* 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 <zsh@cs.rochester.edu>
* message.el (message-make-forward-subject): Argument decoded.

View File

@ -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."