changeset 37214:b67db6e4ed56

(emacs-version): Include LessTif/Motif version info.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Apr 2001 13:13:10 +0000
parents 45009616875b
children be0472285506
files lisp/version.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/version.el	Thu Apr 05 13:08:48 2001 +0000
+++ b/lisp/version.el	Thu Apr 05 13:13:10 2001 +0000
@@ -57,7 +57,8 @@
 		   "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)