emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/mct f877e22324 12/21: Do not extend mct-highlight-candi


From: ELPA Syncer
Subject: [elpa] externals/mct f877e22324 12/21: Do not extend mct-highlight-candidate
Date: Sat, 25 Mar 2023 15:59:01 -0400 (EDT)

branch: externals/mct
commit f877e2232481b13a8d73b02c4fdefe921e99bffe
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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

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