1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(report-emacs-bug): Use "X server distributor" rather than

"Distributor".
This commit is contained in:
Glenn Morris 2005-06-23 17:02:33 +00:00
parent aed4a603b6
commit 8a4144ca29

View file

@ -130,7 +130,7 @@ usually do not have translators to read other languages for them.\n\n")
(insert "In " (emacs-version) "\n")
(if (fboundp 'x-server-vendor)
(condition-case nil
(insert "Distributor `" (x-server-vendor) "', version "
(insert "X server distributor `" (x-server-vendor) "', version "
(mapconcat 'number-to-string (x-server-version) ".") "\n")
(error t)))
(if (and system-configuration-options