aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/version.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/version.el b/lisp/version.el
index ff90d1fd1e8..1e969a357cb 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -62,6 +62,8 @@ to the system configuration; look at `system-configuration' instead."
62 (cond ((featurep 'motif) 62 (cond ((featurep 'motif)
63 (concat ", " (substring motif-version-string 4))) 63 (concat ", " (substring motif-version-string 4)))
64 ((featurep 'x-toolkit) ", X toolkit") 64 ((featurep 'x-toolkit) ", X toolkit")
65 ((featurep 'gtk)
66 (concat ", GTK+ Version " gtk-version-string))
65 (t "")) 67 (t ""))
66 (if (and (boundp 'x-toolkit-scroll-bars) 68 (if (and (boundp 'x-toolkit-scroll-bars)
67 (memq x-toolkit-scroll-bars '(xaw xaw3d))) 69 (memq x-toolkit-scroll-bars '(xaw xaw3d)))