]> git.eshelyaron.com Git - emacs.git/commitdiff
Go back to remapping 'header-line' face
authorEshel Yaron <me@eshelyaron.com>
Sun, 5 Jan 2025 12:16:32 +0000 (13:16 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 5 Jan 2025 12:18:52 +0000 (13:18 +0100)
lisp/simple.el

index de89eabbcc918ca3cd2409a04c7c31ba6d4117b6..2a813b42d98b9ba4a1aaa63b6ebb4e3249b03fc6 100644 (file)
@@ -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."