summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-10-18 21:23:32 +0000
committerRichard M. Stallman <rms@gnu.org>2007-10-18 21:23:32 +0000
commit658dcd4753808b503e9cd327db2033632cdd4f7c (patch)
treed1eb64fe53c056bba18eafc4649c8c889376b724 /lisp
parentb3843c61858aa78d450bdaaa2e597f0a1f7b39e4 (diff)
downloademacs-658dcd4753808b503e9cd327db2033632cdd4f7c.tar.gz
(display-time-world-time-format): Display day # not month #.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/time.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c62aecfd55..eabf820754c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/time.el b/lisp/time.el
index 8bc14974315..4d94fb7aeb3 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -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