diff options
-rw-r--r-- | lisp/version.el | 3 |
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." "GNU Emacs %s (%s%s%s) of %s on %s") emacs-version system-configuration - (cond ((featurep 'motif) ", Motif") + (cond ((featurep 'motif) + (concat ", " (substring motif-version-string 4))) ((featurep 'x-toolkit) ", X toolkit") (t "")) (if (and (boundp 'x-toolkit-scroll-bars) |