GNU bug report logs -
#64759
Broken faces
Previous Next
Full log
View this message in rfc822 format
>>>>> On Fri, 21 Jul 2023 09:37:30 +0300, Juri Linkov <juri <at> linkov.net> said:
Juri> This change broke display of `display-time-date-and-time' on the tab-bar:
Juri> diff --git a/lisp/time.el b/lisp/time.el
Juri> index 522bec46ac6..0184f96fcc2 100644
Juri> --- a/lisp/time.el
Juri> +++ b/lisp/time.el
Juri> @@ -141,6 +141,7 @@ display-time-mail-face
Juri> (defface display-time-date-and-time nil
Juri> "Face for `display-time-format'."
Juri> + '((t (:inherit mode-line)))
Juri> :group 'mode-line-faces
Juri> :version "30.1")
Thatʼs from before 5513f72d3c8, no?
Juri> This face is used by `tab-bar-format-global' that has nothing to do
Juri> with the mode line, so inheriting from `mode-line' makes no sense.
Surely other items in the mode-line use the `mode-line' face already,
why is this one different?
Robert
--
This bug report was last modified 1 year and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.