Rename 'display-time-time-and-date-indicator' to 'display-time-date-and-time' (bug#61567)
* etc/NEWS: * lisp/time.el (display-time-time-and-date-indicator) (display-time-date-and-time, display-time-string-forms): Update symbol.
This commit is contained in:
parent
2c7e87c73a
commit
1298d1db18
2 changed files with 3 additions and 3 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -57,7 +57,7 @@ This allows the user to customize the prompt that is appended by
|
|||
"(yes or no) ".
|
||||
|
||||
---
|
||||
** New face 'display-time-time-and-date-indicator'.
|
||||
** New face 'display-time-date-and-time'.
|
||||
This is used for displaying the time and date components of
|
||||
'display-time-mode'.
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@ make the mail indicator stand out on a color display."
|
|||
:version "22.1"
|
||||
:type '(choice (const :tag "None" nil) face))
|
||||
|
||||
(defface display-time-time-and-date-indicator nil
|
||||
(defface display-time-date-and-time nil
|
||||
"Face for `display-time-format'."
|
||||
:group 'mode-line-faces
|
||||
:version "30.1")
|
||||
|
@ -184,7 +184,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'."
|
|||
(format-time-string (or display-time-format
|
||||
(if display-time-24hr-format "%H:%M" "%-I:%M%p"))
|
||||
now)
|
||||
'face 'display-time-time-and-date-indicator
|
||||
'face 'display-time-date-and-time
|
||||
'help-echo (format-time-string "%a %b %e, %Y" now))
|
||||
load
|
||||
(if mail
|
||||
|
|
Loading…
Add table
Reference in a new issue