mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(emacs-version): Use ISO date format.
This commit is contained in:
parent
83c2ece520
commit
41115d0745
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ to the system configuration; look at `system-configuration' instead."
|
|||
(cond ((featurep 'motif) ", Motif")
|
||||
((featurep 'x-toolkit) ", X toolkit")
|
||||
(t ""))
|
||||
(format-time-string "%a %b %e %Y" emacs-build-time)
|
||||
(format-time-string "%a %Y-%m-%d" emacs-build-time)
|
||||
emacs-build-system)))
|
||||
(if here
|
||||
(insert version-string)
|
||||
|
|
|
|||
Loading…
Reference in a new issue