Skip to content

Commit

Permalink
* lisp/play/dunnet.el (dun-dos-boot-msg): Fix time. (Bug#20554)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmorris committed May 12, 2015
1 parent d1b7420 commit 3903564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/play/dunnet.el
Expand Up @@ -3099,7 +3099,7 @@ File not found")))
(defun dun-dos-boot-msg ()
(sleep-for 3)
(dun-mprinc "Current time is ")
(dun-mprincl (substring (current-time-string) 12 20))
(dun-mprincl (format-time-string "%H:%M:%S"))
(dun-mprinc "Enter new time: ")
(dun-read-line)
(if (not dun-batch-mode)
Expand Down

0 comments on commit 3903564

Please sign in to comment.