1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix previous change

This commit is contained in:
Robert Pluim 2023-07-20 19:12:32 +02:00
parent e72afa9dbf
commit 5513f72d3c
2 changed files with 5 additions and 5 deletions

View file

@ -139,9 +139,9 @@ make the mail indicator stand out on a color display."
:version "22.1"
:type '(choice (const :tag "None" nil) face))
(defface display-time-date-and-time nil
"Face for `display-time-format'."
(defface display-time-date-and-time
'((t (:inherit mode-line)))
"Face for `display-time-format'."
:group 'mode-line-faces
:version "30.1")