Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b4ef971d
Commit
b4ef971d
authored
Feb 08, 2001
by
Dave Love
Browse files
(gnus-score-after-write-file-function): Fix :type.
parent
8fc7a9a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-score.el
lisp/gnus/gnus-score.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
b4ef971d
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.
...
...
lisp/gnus/gnus-score.el
View file @
b4ef971d
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment