[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Distributor [WAS: Bug in y-or-n-p?]
From: |
Glenn Morris |
Subject: |
Distributor [WAS: Bug in y-or-n-p?] |
Date: |
Wed, 22 Jun 2005 18:31:28 +0100 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
> 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
Re: Bug in y-or-n-p?, Luc Teirlinck, 2005/06/22