aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2005-06-23 17:02:33 +0000
committerGlenn Morris2005-06-23 17:02:33 +0000
commit8a4144ca29bbe4129cb38d02dca7d147bac60194 (patch)
tree6e45f5b921ed73f4c0f4690b0620ca8b61f4edae
parentaed4a603b6ac8cc055e8955022bcc18036327c5e (diff)
downloademacs-8a4144ca29bbe4129cb38d02dca7d147bac60194.tar.gz
emacs-8a4144ca29bbe4129cb38d02dca7d147bac60194.zip
(report-emacs-bug): Use "X server distributor" rather than
"Distributor".
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 5daa9a2d4aa..18ea59fdf3f 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -130,7 +130,7 @@ usually do not have translators to read other languages for them.\n\n")
130 (insert "In " (emacs-version) "\n") 130 (insert "In " (emacs-version) "\n")
131 (if (fboundp 'x-server-vendor) 131 (if (fboundp 'x-server-vendor)
132 (condition-case nil 132 (condition-case nil
133 (insert "Distributor `" (x-server-vendor) "', version " 133 (insert "X server distributor `" (x-server-vendor) "', version "
134 (mapconcat 'number-to-string (x-server-version) ".") "\n") 134 (mapconcat 'number-to-string (x-server-version) ".") "\n")
135 (error t))) 135 (error t)))
136 (if (and system-configuration-options 136 (if (and system-configuration-options