mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(display-time-world-time-format): Display day # not month #.
This commit is contained in:
parent
b3843c6185
commit
658dcd4753
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue