branch: externals/mct
commit f877e2232481b13a8d73b02c4fdefe921e99bffe
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Do not extend mct-highlight-candidate
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index e3fd595dc8..26087fba88 100644
--- a/mct.el
+++ b/mct.el
@@ -267,7 +267,7 @@ affairs."
 ;;;; Basics of intersection between minibuffer and Completions buffer
 
 (defface mct-highlight-candidate
-  '((t :inherit highlight :extend t))
+  '((t :inherit highlight :extend nil))
   "Face for current candidate in the Completions buffer."
   :group 'mct)
 

Reply via email to