emacs-diffs
[Top][All Lists]
Advanced

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

master da3af500ad: Revert "Set cursor-face-highlight-nonselected-window


From: Jimmy Aguilar Mena
Subject: master da3af500ad: Revert "Set cursor-face-highlight-nonselected-window in completions."
Date: Tue, 22 Mar 2022 13:32:40 -0400 (EDT)

branch: master
commit da3af500ad490db5cded8dfca7f2ec713b52629c
Author: Jimmy Aguilar Mena <spacibba@aol.com>
Commit: Jimmy Aguilar Mena <spacibba@aol.com>

    Revert "Set cursor-face-highlight-nonselected-window in completions."
    
    This reverts commit 1641b5c04c383b5f53298d70776e3c18577b6f30.
    
    This fixes incorrect highlight in Completions.
---
 lisp/simple.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 59c86cf778..9a8ed0bb75 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -9402,8 +9402,6 @@ Called from `temp-buffer-show-hook'."
         (setq tab-width completion-tab-width))
       ;; Maybe enable cursor completions-highlight.
       (when completions-highlight-face
-        ;; Keep highlighting even if not selected.
-        (setq-local cursor-face-highlight-nonselected-window t)
         (cursor-face-highlight-mode 1))
       ;; Maybe insert help string.
       (when completion-show-help



reply via email to

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