diff options
| author | Richard M. Stallman | 2007-10-18 21:23:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-18 21:23:32 +0000 |
| commit | 658dcd4753808b503e9cd327db2033632cdd4f7c (patch) | |
| tree | d1eb64fe53c056bba18eafc4649c8c889376b724 | |
| parent | b3843c61858aa78d450bdaaa2e597f0a1f7b39e4 (diff) | |
| download | emacs-658dcd4753808b503e9cd327db2033632cdd4f7c.tar.gz emacs-658dcd4753808b503e9cd327db2033632cdd4f7c.zip | |
(display-time-world-time-format): Display day # not month #.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/time.el | 2 |
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 @@ | |||
| 1 | 2007-10-18 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * time.el (display-time-world-time-format): Display day # not month #. | ||
| 4 | |||
| 1 | 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 6 | ||
| 3 | * files.el (auto-mode-alist): Don't use doc-view for PS and EPS. | 7 | * 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." | |||
| 127 | :type '(repeat (list string string)) | 127 | :type '(repeat (list string string)) |
| 128 | :version "23.1") | 128 | :version "23.1") |
| 129 | 129 | ||
| 130 | (defcustom display-time-world-time-format "%A %m %B %R %Z" | 130 | (defcustom display-time-world-time-format "%A %d %B %R %Z" |
| 131 | "Format of the time displayed, see `format-time-string'." | 131 | "Format of the time displayed, see `format-time-string'." |
| 132 | :group 'display-time | 132 | :group 'display-time |
| 133 | :type 'string | 133 | :type 'string |