* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
and x-server-version in bug report.
This commit is contained in:
parent
4f71c13ffd
commit
f498206434
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-10-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
|
||||
and x-server-version in bug report.
|
||||
|
||||
2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
|
||||
|
||||
* files.el (set-auto-mode-0): New function.
|
||||
|
|
|
@ -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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue