mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix gnus-score-find-score-files-function :type
* lisp/gnus/gnus-score.el (gnus-score-find-score-files-function): Delete extra quotes. (Bug#76118)
This commit is contained in:
parent
143f1096da
commit
be4cf26c16
1 changed files with 2 additions and 2 deletions
|
|
@ -119,11 +119,11 @@ the `a' symbolic prefix to the score commands will always use
|
||||||
(function-item gnus-score-find-hierarchical)
|
(function-item gnus-score-find-hierarchical)
|
||||||
(function-item gnus-score-find-bnews)
|
(function-item gnus-score-find-bnews)
|
||||||
(repeat :tag "List of functions"
|
(repeat :tag "List of functions"
|
||||||
(choice (function :tag "Other" :value 'ignore)
|
(choice (function :tag "Other" :value ignore)
|
||||||
(function-item gnus-score-find-single)
|
(function-item gnus-score-find-single)
|
||||||
(function-item gnus-score-find-hierarchical)
|
(function-item gnus-score-find-hierarchical)
|
||||||
(function-item gnus-score-find-bnews)))
|
(function-item gnus-score-find-bnews)))
|
||||||
(function :tag "Other" :value 'ignore)))
|
(function :tag "Other" :value ignore)))
|
||||||
|
|
||||||
(defcustom gnus-score-interactive-default-score 1000
|
(defcustom gnus-score-interactive-default-score 1000
|
||||||
"Scoring commands will raise/lower the score with this number as the default."
|
"Scoring commands will raise/lower the score with this number as the default."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue