From 658dcd4753808b503e9cd327db2033632cdd4f7c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Oct 2007 21:23:32 +0000 Subject: [PATCH] (display-time-world-time-format): Display day # not month #. --- lisp/ChangeLog | 4 ++++ lisp/time.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * time.el (display-time-world-time-format): Display day # not month #. + 2007-10-18 Reiner Steib * 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