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:
parent
e72afa9dbf
commit
5513f72d3c
2 changed files with 5 additions and 5 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue