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
fdbccd8b
Commit
fdbccd8b
authored
Apr 05, 2001
by
Gerd Moellmann
Browse files
(emacs-version): Include LessTif/Motif version info.
parent
30ca89f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/version.el
lisp/version.el
+2
-1
No files found.
lisp/version.el
View file @
fdbccd8b
...
...
@@ -57,7 +57,8 @@ to the system configuration; look at `system-configuration' instead."
"GNU Emacs %s (%s%s%s) of %s on %s"
)
emacs-version
system-configuration
(
cond
((
featurep
'motif
)
", Motif"
)
(
cond
((
featurep
'motif
)
(
concat
", "
(
substring
motif-version-string
4
)))
((
featurep
'x-toolkit
)
", X toolkit"
)
(
t
""
))
(
if
(
and
(
boundp
'x-toolkit-scroll-bars
)
...
...
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