From 37f0ea99f8dc967f506b70f0d9ccb2a8fe76ca22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Thu, 19 Aug 2021 11:29:14 +0100 Subject: [PATCH] ; Correct :version tag of icomplete-selected-match face * lisp/icomplete.el (icomplete-selected-match): Fix :version --- lisp/icomplete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 73aaa3196a9..ee34d85514b 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -109,7 +109,7 @@ Otherwise this should be a list of the completion tables (e.g., (defface icomplete-selected-match '((t :inherit highlight)) "Face used by `icomplete-vertical-mode' for the selected candidate." - :version "24.4") + :version "28.1") (defface icomplete-section '((t :inherit shadow :slant italic)) "Face used by `icomplete-vertical-mode' for the section title.") -- 2.39.2