]> git.eshelyaron.com Git - emacs.git/commitdiff
; Correct :version tag of icomplete-selected-match face
authorJoão Távora <joaotavora@gmail.com>
Thu, 19 Aug 2021 10:29:14 +0000 (11:29 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 19 Aug 2021 11:16:03 +0000 (12:16 +0100)
* lisp/icomplete.el (icomplete-selected-match): Fix :version

lisp/icomplete.el

index 73aaa3196a9a9a89a241f8929892d5a5b81e78de..ee34d85514bc822b26aef6fd5ba6bacdff11deb7 100644 (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.")