From 31c0e6625a6db738bf7c26069d26aee35d798ef2 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 5 Jan 2025 13:16:32 +0100 Subject: [PATCH] Go back to remapping 'header-line' face --- lisp/simple.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index de89eabbcc9..2a813b42d98 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -10178,8 +10178,7 @@ back on `completion-list-insert-choice-function' when nil." (define-derived-mode completion-list-mode special-mode "Completions" "Major mode for buffers showing lists of possible completions." (when completions-highlight-face (cursor-face-highlight-mode 1)) - (face-remap-add-relative 'header-line-inactive 'completions-heading) - (face-remap-add-relative 'header-line-active 'completions-heading)) + (face-remap-add-relative 'header-line 'completions-heading)) (defun switch-to-completions () "Select the completion list window." -- 2.39.5