> In GNU Emacs 22.0.50.2 (i386-mingw-nt5.1.2600)
> of 2005-04-16 on LAPTOP
> Distributor `Microsoft Corp.', version 5.1.2600
<shudder>
On aesthetic and sanity-preserving grounds, how about the following
change to emacsbug.el?
*** emacsbug.el 23 Nov 2004 19:22:43 -0000 1.63
--- emacsbug.el 22 Jun 2005 17:28:21 -0000
***************
*** 130,136 ****
(insert "In " (emacs-version) "\n")
(if (fboundp 'x-server-vendor)
(condition-case nil
! (insert "Distributor `" (x-server-vendor) "', version "
(mapconcat 'number-to-string (x-server-version)
".") "\n")
(error t)))
(if (and system-configuration-options
--- 130,136 ----
(insert "In " (emacs-version) "\n")
(if (fboundp 'x-server-vendor)
(condition-case nil
! (insert "X server distributor `" (x-server-vendor) "', version "
(mapconcat 'number-to-string (x-server-version) ".")
"\n")
(error t)))
(if (and system-configuration-options
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel