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:
Mauro Aranda 2025-02-07 07:31:34 -03:00 committed by Stefan Kangas
parent 143f1096da
commit be4cf26c16

View file

@ -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-bnews)
(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-hierarchical)
(function-item gnus-score-find-bnews)))
(function :tag "Other" :value 'ignore)))
(function :tag "Other" :value ignore)))
(defcustom gnus-score-interactive-default-score 1000
"Scoring commands will raise/lower the score with this number as the default."