summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ""))