aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2004-10-28 07:37:02 +0000
committerJan Djärv <[email protected]>2004-10-28 07:37:02 +0000
commitf4982064348329e9d22e68ee7d057d58b99f10fb (patch)
tree2b506419f807e538289aec0df610bc6b34d5b7df /lisp
parent4f71c13ffd2410fab63070fd01cc27c438d98165 (diff)
* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
and x-server-version in bug report.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/mail/emacsbug.el3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d731c8a9da..072a498ed7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-28 Jan Dj,Ad(Brv <[email protected]>
+
+ * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
+ and x-server-version in bug report.
+
2004-10-28 Daniel Pfeiffer <[email protected]>
* files.el (set-auto-mode-0): New function.
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index e93f76c304..c5579b3c0d 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 "