mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix last change
* doc/emacs/display.texi (Standard Faces): Fix indexing. * lisp/faces.el (header-line-active, header-line-inactive): Fix the :version tag. (Bug#73862)
This commit is contained in:
parent
a4014c058b
commit
f630520be9
2 changed files with 17 additions and 17 deletions
|
|
@ -2825,14 +2825,14 @@ Use the face `mode-line-highlight' for features that can be selected."
|
|||
'((t :inherit header-line))
|
||||
"Face for the selected header line.
|
||||
This inherits from the `header-line' face."
|
||||
:version "29.5"
|
||||
:version "31.1"
|
||||
:group 'mode-line-faces
|
||||
:group 'basic-faces)
|
||||
|
||||
(defface header-line-inactive
|
||||
'((t :inherit header-line))
|
||||
"Basic header line face for non-selected windows."
|
||||
:version "29.5"
|
||||
:version "31.1"
|
||||
:group 'mode-line-faces
|
||||
:group 'basic-faces)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue