mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
; Correct :version tag of icomplete-selected-match face
* lisp/icomplete.el (icomplete-selected-match): Fix :version
This commit is contained in:
parent
2be8e2ffc9
commit
37f0ea99f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue