]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-world-time-format): Display day # not month #.
authorRichard M. Stallman <rms@gnu.org>
Thu, 18 Oct 2007 21:23:32 +0000 (21:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 18 Oct 2007 21:23:32 +0000 (21:23 +0000)
lisp/ChangeLog
lisp/time.el

index 7c62aecfd555dc3c6b32d18a9194667b326a6418..eabf820754cde5a348f11bc6d3e77ec46cd25233 100644 (file)
@@ -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.
index 8bc14974315917686179fe34efc39e8bf5ec34b7..4d94fb7aeb3c034b6bd42ee8f3ab78f4e3ae883b 100644 (file)
@@ -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