diff --git a/lisp/time.el b/lisp/time.el index 3b87859a87c..3f10deff5fd 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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")