# HG changeset patch # User Juri Linkov # Date 1080027698 0 # Node ID b928269daf24ab11b69557023787dbba295650ef # Parent d3e10b0b1a2e6dfcbdd6cd7a817c1c685eb0da28 (display-time-string-forms): Fix help-echo date format. diff -r d3e10b0b1a2e -r b928269daf24 lisp/time.el --- 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.