projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cab952
)
(display-time-string-forms): Use %M, not %m.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Jul 1997 20:01:13 +0000
(20:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Jul 1997 20:01:13 +0000
(20:01 +0000)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index f66160b47186bf3385cded1474c351c6baedd0b4..6708ef88243406ecea447095441825362a3f3397 100644
(file)
--- 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" ""))