1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(emacs-version): Include LessTif/Motif version info.

This commit is contained in:
Gerd Moellmann 2001-04-05 13:13:10 +00:00
parent 30ca89f529
commit fdbccd8b3a

View File

@ -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)