Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
09d685fb
Commit
09d685fb
authored
Aug 26, 2003
by
Lute Kamstra
Browse files
(emacs-version): Check for gtk. Include gtk version info.
parent
8a16bd4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/version.el
lisp/version.el
+2
-0
No files found.
lisp/version.el
View file @
09d685fb
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment