diff options
| author | Gerd Moellmann | 2000-06-20 18:24:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-20 18:24:22 +0000 |
| commit | 41115d07454216a3e1cb5ce829aaa861cfb40860 (patch) | |
| tree | 98fc0fbb68066b425bc3891d9556ee9950282b00 | |
| parent | 83c2ece52036a4c9182f2c4b38319d35a3c8bba1 (diff) | |
| download | emacs-41115d07454216a3e1cb5ce829aaa861cfb40860.tar.gz emacs-41115d07454216a3e1cb5ce829aaa861cfb40860.zip | |
(emacs-version): Use ISO date format.
| -rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index a14d84eedd6..4da940292c2 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -59,7 +59,7 @@ to the system configuration; look at `system-configuration' instead." | |||
| 59 | (cond ((featurep 'motif) ", Motif") | 59 | (cond ((featurep 'motif) ", Motif") |
| 60 | ((featurep 'x-toolkit) ", X toolkit") | 60 | ((featurep 'x-toolkit) ", X toolkit") |
| 61 | (t "")) | 61 | (t "")) |
| 62 | (format-time-string "%a %b %e %Y" emacs-build-time) | 62 | (format-time-string "%a %Y-%m-%d" emacs-build-time) |
| 63 | emacs-build-system))) | 63 | emacs-build-system))) |
| 64 | (if here | 64 | (if here |
| 65 | (insert version-string) | 65 | (insert version-string) |