/[emacs]/emacs/lisp/mail/emacsbug.el
ViewVC logotype

Diff of /emacs/lisp/mail/emacsbug.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by jhd, Thu Oct 28 07:37:02 2004 UTC revision 1.63 by jhd, Tue Nov 23 19:22:43 2004 UTC
# Line 129  usually do not have translators to read Line 129  usually do not have translators to read
129    
130      (insert "In " (emacs-version) "\n")      (insert "In " (emacs-version) "\n")
131      (if (fboundp 'x-server-vendor)      (if (fboundp 'x-server-vendor)
132          (insert "Distributor `" (x-server-vendor) "', version "          (condition-case nil
133                  (mapconcat 'number-to-string (x-server-version) ".") "\n"))              (insert "Distributor `" (x-server-vendor) "', version "
134                        (mapconcat 'number-to-string (x-server-version) ".") "\n")
135              (error t)))
136      (if (and system-configuration-options      (if (and system-configuration-options
137               (not (equal system-configuration-options "")))               (not (equal system-configuration-options "")))
138          (insert "configured using `configure "          (insert "configured using `configure "

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26