Mercurial > emacs
changeset 54525:b928269daf24
(display-time-string-forms): Fix help-echo date format.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 23 Mar 2004 07:41:38 +0000 |
parents | d3e10b0b1a2e |
children | 11e1c609832f |
files | lisp/time.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time.el Tue Mar 23 07:39:56 2004 +0000 +++ b/lisp/time.el Tue Mar 23 07:41:38 2004 +0000 @@ -177,7 +177,7 @@ (format-time-string (or display-time-format (if display-time-24hr-format "%H:%M" "%-I:%M%p")) now) - 'help-echo (format-time-string "%s %b %e, %Y" now)) + 'help-echo (format-time-string "%a %b %e, %Y" now)) load (if mail ;; Build the string every time to act on customization.