Mercurial > emacs
changeset 29806:419756e43257
(emacs-version): Use ISO date format.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 18:24:22 +0000 |
parents | 0df8151400b9 |
children | e4668ff0692c |
files | lisp/version.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/version.el Tue Jun 20 18:23:12 2000 +0000 +++ b/lisp/version.el Tue Jun 20 18:24:22 2000 +0000 @@ -59,7 +59,7 @@ (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)