From fdbccd8b3aa744dd1adcf4fbeea5efd46a7298e2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 5 Apr 2001 13:13:10 +0000 Subject: [PATCH] (emacs-version): Include LessTif/Motif version info. --- lisp/version.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5