# HG changeset patch # User Gerd Moellmann # Date 986476390 0 # Node ID b67db6e4ed561bf4086cc3f568a9a94d9eaaaffa # Parent 45009616875b2794a04bf78de355dc9b8cadfea1 (emacs-version): Include LessTif/Motif version info. diff -r 45009616875b -r b67db6e4ed56 lisp/version.el --- 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)