summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-10-28 07:37:02 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-10-28 07:37:02 +0000
commitf4982064348329e9d22e68ee7d057d58b99f10fb (patch)
tree2b506419f807e538289aec0df610bc6b34d5b7df /lisp/mail
parent4f71c13ffd2410fab63070fd01cc27c438d98165 (diff)
downloademacs-f4982064348329e9d22e68ee7d057d58b99f10fb.tar.gz
* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
and x-server-version in bug report.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/emacsbug.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index e93f76c3042..c5579b3c0db 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -128,6 +128,9 @@ usually do not have translators to read other languages for them.\n\n")
(insert "\n\n\n")
(insert "In " (emacs-version) "\n")
+ (if (fboundp 'x-server-vendor)
+ (insert "Distributor `" (x-server-vendor) "', version "
+ (mapconcat 'number-to-string (x-server-version) ".") "\n"))
(if (and system-configuration-options
(not (equal system-configuration-options "")))
(insert "configured using `configure "