From 29e473c2286ddcdf9fcbc7b881999485281b0286 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 29 May 2024 08:47:07 +0200 Subject: [PATCH] Remove 'gnus-score-mimic-keymap' --- doc/misc/gnus.texi | 4 ---- lisp/gnus/gnus-score.el | 6 ------ 2 files changed, 10 deletions(-) diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index c5e4c885ccf..0298f2304ea 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -20174,10 +20174,6 @@ These functions take both the numerical prefix and the symbolic prefix says to use the @file{all.SCORE} file for the command instead of the current score file. -@vindex gnus-score-mimic-keymap -The @code{gnus-score-mimic-keymap} says whether these commands will -pretend they are keymaps or not. - @node Group Score Commands @section Group Score Commands diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 682815a5f7c..6cf99dd1c5c 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -298,11 +298,6 @@ If you use score decays, you might want to set values higher than :group 'gnus-score-adapt :type 'boolean) -(defcustom gnus-score-mimic-keymap nil - "Have the score entry functions pretend that they are a keymap." - :group 'gnus-score-default - :type 'boolean) - (defcustom gnus-score-exact-adapt-limit 10 "Number that says how long a match has to be before using substring matching. When doing adaptive scoring, one normally uses fuzzy or substring @@ -582,7 +577,6 @@ current score file." (char-to-perm (list (list ?t (current-time-string) "temporary") '(?p perm "permanent") '(?i now "immediate"))) - (mimic gnus-score-mimic-keymap) (hchar (and gnus-score-default-header (aref (symbol-name gnus-score-default-header) 0))) (tchar (and gnus-score-default-type -- 2.39.5