Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e93b2f39
Commit
e93b2f39
authored
Mar 19, 2004
by
Stefan Monnier
Browse files
(display-time-string-forms): Add help-echo with date on time.
parent
e3748ba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lisp/time.el
lisp/time.el
+5
-3
No files found.
lisp/time.el
View file @
e93b2f39
...
...
@@ -173,9 +173,11 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'."
'((if (and (not display-time-format) display-time-day-and-date)
(format-time-string "
%a
%b
%e
" now)
"")
(format-time-string (or display-time-format
(if display-time-24hr-format "
%H:%M
" "
%-I:%M%p
"))
now)
(propertize
(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))
load
(if mail
;; Build the string every time to act on customization.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment