changeset 63709:330283e9b05f

(report-emacs-bug): Use "X server distributor" rather than "Distributor".
author Glenn Morris <rgm@gnu.org>
date Thu, 23 Jun 2005 17:02:33 +0000
parents d40341e3e266
children d20f7349d704
files lisp/mail/emacsbug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Thu Jun 23 17:02:11 2005 +0000
+++ b/lisp/mail/emacsbug.el	Thu Jun 23 17:02:33 2005 +0000
@@ -130,7 +130,7 @@
     (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