From 09d685fbf08891be59be82e7c088a2d32d314f56 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Tue, 26 Aug 2003 08:46:27 +0000 Subject: [PATCH] (emacs-version): Check for gtk. Include gtk version info. --- lisp/version.el | 2 ++ 1 file changed, 2 insertions(+) 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." (cond ((featurep 'motif) (concat ", " (substring motif-version-string 4))) ((featurep 'x-toolkit) ", X toolkit") + ((featurep 'gtk) + (concat ", GTK+ Version " gtk-version-string)) (t "")) (if (and (boundp 'x-toolkit-scroll-bars) (memq x-toolkit-scroll-bars '(xaw xaw3d))) -- 2.39.2