Revert "Set cursor-face-highlight-nonselected-window in completions."
This reverts commit 1641b5c04c.
This fixes incorrect highlight in Completions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user