From: Richard M. Stallman Date: Wed, 2 Jul 1997 20:01:13 +0000 (+0000) Subject: (display-time-string-forms): Use %M, not %m. X-Git-Tag: emacs-20.1~1380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=057cf39efcb28ad9823792c9d5511fad304653e4;p=emacs.git (display-time-string-forms): Use %M, not %m. --- 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" ""))