Fix gnus-score-find-score-files-function :type
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 7 Feb 2025 10:31:34 +0000 (07:31 -0300)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 7 Feb 2025 21:04:51 +0000 (22:04 +0100)
* lisp/gnus/gnus-score.el (gnus-score-find-score-files-function): Delete
extra quotes.  (Bug#76118)

lisp/gnus/gnus-score.el

index ba5edd4bdc10caa38477ba908d14e14588737547..0551ca2676de5d9e80761b80e4ac9372735b2d29 100644 (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."