mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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
|
|
@ -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
Add a link
Reference in a new issue