mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(display-time-world-time-format): Display day # not month #.
This commit is contained in:
parent
b3843c6185
commit
658dcd4753
@ -1,3 +1,7 @@
|
||||
2007-10-18 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* time.el (display-time-world-time-format): Display day # not month #.
|
||||
|
||||
2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
|
||||
|
@ -127,7 +127,7 @@ LABEL is a string to display to label that zone's time."
|
||||
:type '(repeat (list string string))
|
||||
:version "23.1")
|
||||
|
||||
(defcustom display-time-world-time-format "%A %m %B %R %Z"
|
||||
(defcustom display-time-world-time-format "%A %d %B %R %Z"
|
||||
"Format of the time displayed, see `format-time-string'."
|
||||
:group 'display-time
|
||||
:type 'string
|
||||
|
Loading…
Reference in New Issue
Block a user