From e4e23db344c1888fd00f49a53f6478cbba0a983b Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Fri, 7 Feb 2025 07:31:34 -0300 Subject: [PATCH] Fix gnus-score-find-score-files-function :type * lisp/gnus/gnus-score.el (gnus-score-find-score-files-function): Delete extra quotes. (Bug#76118) (cherry picked from commit be4cf26c16794021ae790f1eb82fccea6efaa354) --- lisp/gnus/gnus-score.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index de3c6a60c85..5a87b9ae022 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -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." -- 2.39.5