aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/version.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 9f96cebca89..78c7d88a1d2 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -57,7 +57,8 @@ to the system configuration; look at `system-configuration' instead."
57 "GNU Emacs %s (%s%s%s) of %s on %s") 57 "GNU Emacs %s (%s%s%s) of %s on %s")
58 emacs-version 58 emacs-version
59 system-configuration 59 system-configuration
60 (cond ((featurep 'motif) ", Motif") 60 (cond ((featurep 'motif)
61 (concat ", " (substring motif-version-string 4)))
61 ((featurep 'x-toolkit) ", X toolkit") 62 ((featurep 'x-toolkit) ", X toolkit")
62 (t "")) 63 (t ""))
63 (if (and (boundp 'x-toolkit-scroll-bars) 64 (if (and (boundp 'x-toolkit-scroll-bars)