From: João Távora Date: Thu, 19 Aug 2021 10:29:14 +0000 (+0100) Subject: ; Correct :version tag of icomplete-selected-match face X-Git-Tag: emacs-28.0.90~1442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37f0ea99f8dc967f506b70f0d9ccb2a8fe76ca22;p=emacs.git ; Correct :version tag of icomplete-selected-match face * lisp/icomplete.el (icomplete-selected-match): Fix :version --- 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.")