summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-18 12:10:11 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-18 12:10:11 +0000
commit1c745e4c9f14e728d6a270d977a4318fe71f5f47 (patch)
tree6871e1b8e510def22bf9b246580d4c6dfc75bb6a /lisp
parent7ba562df7c6c7d680a86e5dc05a9fa1f1698b589 (diff)
downloademacs-1c745e4c9f14e728d6a270d977a4318fe71f5f47.tar.gz
(emacs-version): Remove `%a' from the time format
because the weekday doesn't fit well into each locale.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/version.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 66d61b2f5d5..7b4dbf5a63d 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -60,7 +60,7 @@ to the system configuration; look at `system-configuration' instead."
(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)