summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-02 20:01:13 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-02 20:01:13 +0000
commit057cf39efcb28ad9823792c9d5511fad304653e4 (patch)
tree916c4ebda0c00d7eec6cb186815adf0102d68bbf /lisp/time.el
parent9cab952df9c7874056c7ec87a43c98dcc16c2793 (diff)
downloademacs-057cf39efcb28ad9823792c9d5511fad304653e4.tar.gz
(display-time-string-forms): Use %M, not %m.
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el
index f66160b4718..6708ef88243 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -131,7 +131,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'."
(format-time-string "%a %b %e " now)
"")
(format-time-string (or display-time-format
- (if display-time-24hr-format "%H:%m" "%-I:%M%p"))
+ (if display-time-24hr-format "%H:%M" "%-I:%M%p"))
now)
load
(if mail " Mail" ""))