aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-05 13:13:10 +0000
committerGerd Moellmann2001-04-05 13:13:10 +0000
commitfdbccd8b3aa744dd1adcf4fbeea5efd46a7298e2 (patch)
tree223d497407b7bd439ad3dc05da4ce793308102ee
parent30ca89f529cd78252144ebf32409813d529aa693 (diff)
downloademacs-fdbccd8b3aa744dd1adcf4fbeea5efd46a7298e2.tar.gz
emacs-fdbccd8b3aa744dd1adcf4fbeea5efd46a7298e2.zip
(emacs-version): Include LessTif/Motif version info.
-rw-r--r--lisp/version.el3
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."
57 "GNU Emacs %s (%s%s%s) of %s on %s") 57 "GNU Emacs %s (%s%s%s) of %s on %s")
58 emacs-version 58 emacs-version
59 system-configuration 59 system-configuration
60 (cond ((featurep 'motif) ", Motif") 60 (cond ((featurep 'motif)
61 (concat ", " (substring motif-version-string 4)))
61 ((featurep 'x-toolkit) ", X toolkit") 62 ((featurep 'x-toolkit) ", X toolkit")
62 (t "")) 63 (t ""))
63 (if (and (boundp 'x-toolkit-scroll-bars) 64 (if (and (boundp 'x-toolkit-scroll-bars)