Mercurial > emacs
changeset 18566:496848617eb4
(display-time-string-forms): Use %M, not %m.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Jul 1997 20:01:13 +0000 |
parents | 1df558397136 |
children | 1ece30a0422b |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Wed Jul 02 19:29:45 1997 +0000 +++ b/lisp/time.el Wed Jul 02 20:01:13 1997 +0000 @@ -131,7 +131,7 @@ (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" ""))