(emacs-version): Include LessTif/Motif version info.
authorGerd Moellmann <gerd@gnu.org>
Thu, 5 Apr 2001 13:13:10 +0000 (13:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 5 Apr 2001 13:13:10 +0000 (13:13 +0000)
lisp/version.el

index 9f96ceb..78c7d88 100644 (file)
@@ -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)