# HG changeset patch # User Gerd Moellmann # Date 977141411 0 # Node ID 4d84de45722a1d291f7604ab143611f425e02154 # Parent 649d6e831f61f4729c68784ced4c9b0fe623004d (emacs-version): Remove `%a' from the time format because the weekday doesn't fit well into each locale. diff -r 649d6e831f61 -r 4d84de45722a lisp/version.el --- 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)