mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
(emacs-version): Check for gtk. Include gtk version info.
This commit is contained in:
parent
8a16bd4f2b
commit
09d685fbf0
1 changed files with 2 additions and 0 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue