; Correct :version tag of icomplete-selected-match face

* lisp/icomplete.el (icomplete-selected-match): Fix :version
This commit is contained in:
João Távora 2021-08-19 11:29:14 +01:00
parent 2be8e2ffc9
commit 37f0ea99f8

View file

@ -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.")