Mercurial > emacs
changeset 34668:4d84de45722a
(emacs-version): Remove `%a' from the time format
because the weekday doesn't fit well into each locale.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 18 Dec 2000 12:10:11 +0000 |
parents | 649d6e831f61 |
children | 39da6ab5e474 |
files | lisp/version.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/version.el Mon Dec 18 12:05:38 2000 +0000 +++ b/lisp/version.el Mon Dec 18 12:10:11 2000 +0000 @@ -60,7 +60,7 @@ (cond ((featurep 'motif) ", Motif") ((featurep 'x-toolkit) ", X toolkit") (t "")) - (format-time-string "%a %Y-%m-%d" emacs-build-time) + (format-time-string "%Y-%m-%d" emacs-build-time) emacs-build-system))) (if here (insert version-string)