]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-time-string-forms): Use %M, not %m.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Jul 1997 20:01:13 +0000 (20:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Jul 1997 20:01:13 +0000 (20:01 +0000)
lisp/time.el

index f66160b47186bf3385cded1474c351c6baedd0b4..6708ef88243406ecea447095441825362a3f3397 100644 (file)
@@ -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" ""))