From: Eshel Yaron Date: Sun, 5 Jan 2025 12:16:32 +0000 (+0100) Subject: Go back to remapping 'header-line' face X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31c0e6625a6db738bf7c26069d26aee35d798ef2;p=emacs.git Go back to remapping 'header-line' face --- 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."