diff options
| author | Jimmy Aguilar Mena | 2022-03-22 18:29:05 +0100 |
|---|---|---|
| committer | Jimmy Aguilar Mena | 2022-03-22 18:31:13 +0100 |
| commit | da3af500ad490db5cded8dfca7f2ec713b52629c (patch) | |
| tree | 127963b43396fc80248ad2f3f97ee63b8c6fcd6a | |
| parent | 142478c0958a233d68616220a6ef49c13f6b28dc (diff) | |
| download | emacs-da3af500ad490db5cded8dfca7f2ec713b52629c.tar.gz emacs-da3af500ad490db5cded8dfca7f2ec713b52629c.zip | |
Revert "Set cursor-face-highlight-nonselected-window in completions."
This reverts commit 1641b5c04c383b5f53298d70776e3c18577b6f30.
This fixes incorrect highlight in Completions.
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 59c86cf7788..9a8ed0bb757 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -9402,8 +9402,6 @@ Called from `temp-buffer-show-hook'." | |||
| 9402 | (setq tab-width completion-tab-width)) | 9402 | (setq tab-width completion-tab-width)) |
| 9403 | ;; Maybe enable cursor completions-highlight. | 9403 | ;; Maybe enable cursor completions-highlight. |
| 9404 | (when completions-highlight-face | 9404 | (when completions-highlight-face |
| 9405 | ;; Keep highlighting even if not selected. | ||
| 9406 | (setq-local cursor-face-highlight-nonselected-window t) | ||
| 9407 | (cursor-face-highlight-mode 1)) | 9405 | (cursor-face-highlight-mode 1)) |
| 9408 | ;; Maybe insert help string. | 9406 | ;; Maybe insert help string. |
| 9409 | (when completion-show-help | 9407 | (when completion-show-help |