From: Mauro Aranda Date: Fri, 7 Feb 2025 10:31:34 +0000 (-0300) Subject: Fix gnus-score-find-score-files-function :type X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~58 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be4cf26c16794021ae790f1eb82fccea6efaa354;p=emacs.git Fix gnus-score-find-score-files-function :type * lisp/gnus/gnus-score.el (gnus-score-find-score-files-function): Delete extra quotes. (Bug#76118) --- diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index ba5edd4bdc1..0551ca2676d 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."