emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 37f0ea9 3/3: ; Correct :version tag of icomplete-selected-match f


From: João Távora
Subject: master 37f0ea9 3/3: ; Correct :version tag of icomplete-selected-match face
Date: Thu, 19 Aug 2021 07:18:13 -0400 (EDT)

branch: master
commit 37f0ea99f8dc967f506b70f0d9ccb2a8fe76ca22
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    ; 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 73aaa31..ee34d85 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]