Revert "Set cursor-face-highlight-nonselected-window in completions."

This reverts commit 1641b5c04c.

This fixes incorrect highlight in Completions.
This commit is contained in:
Jimmy Aguilar Mena
2022-03-22 18:29:05 +01:00
parent 142478c095
commit da3af500ad

View File

@@ -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