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:
parent
8fc7a9a170
commit
b4ef971d22
@ -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.
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user