1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; * lisp/time.el (display-time-date-and-time): Fix last change.

This commit is contained in:
Eli Zaretskii 2023-07-22 09:13:35 +03:00
parent ca4bc9baf9
commit a403e2832d

View File

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