]> code.delx.au - gnu-emacs/blobdiff - lisp/version.el
(match-string-no-properties): Use substring-no-properties.
[gnu-emacs] / lisp / version.el
index ff90d1fd1e80d1430051b9b9f7c6a9e65be5ecb7..42dbb3f9c2565e7a22e9d0a18ebf436f77207d99 100644 (file)
@@ -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)))
@@ -88,4 +90,5 @@ to the system configuration; look at `system-configuration' instead."
 ;;version-control: never
 ;;End:
 
+;;; arch-tag: e60dc445-6218-4a4c-a7df-f15a818642a0
 ;;; version.el ends here