Fix false face setting in inactive mode-lines

Same fix as for the Org clock mode line.
This commit is contained in:
Daniel Borchmann 2025-06-07 20:37:27 +02:00
parent 4593f083e6
commit db16dec343
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2129,7 +2129,7 @@ Note that this workaround is incomplete, as explained in this comment."
(:eval (if (mode-line-window-selected-p) (:eval (if (mode-line-window-selected-p)
mode-line-buffer-identification mode-line-buffer-identification
(list (propertize (car mode-line-buffer-identification) (list (propertize (car mode-line-buffer-identification)
'face 'default)))) 'face nil))))
" " " "
mode-line-position mode-line-position
(project-mode-line project-mode-line-format) (project-mode-line project-mode-line-format)