diff lisp/mail/emacsbug.el @ 57768:84cd4892a56e

* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor and x-server-version in bug report.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 28 Oct 2004 07:37:02 +0000
parents c546768fdb22
children 8d3f889b4462 e24e2e78deda
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Thu Oct 28 06:47:35 2004 +0000
+++ b/lisp/mail/emacsbug.el	Thu Oct 28 07:37:02 2004 +0000
@@ -128,6 +128,9 @@
     (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 "