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:
parent
aed4a603b6
commit
8a4144ca29
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue