emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v
Date: Sun, 11 Mar 2007 01:29:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/03/11 01:29:51

Index: mail/emacsbug.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/emacsbug.el,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- mail/emacsbug.el    21 Jan 2007 02:59:07 -0000      1.72
+++ mail/emacsbug.el    11 Mar 2007 01:29:49 -0000      1.73
@@ -139,7 +139,9 @@
     (insert "\n\nIn " (emacs-version) "\n")
     (if (fboundp 'x-server-vendor)
        (condition-case nil
-           (insert "X server distributor `" (x-server-vendor) "', version "
+            ;; This is used not only for X11 but also W32 and others.
+           (insert "Windowing system distributor `" (x-server-vendor)
+                    "', version "
                    (mapconcat 'number-to-string (x-server-version) ".") "\n")
          (error t)))
     (if (and system-configuration-options
@@ -281,5 +283,5 @@
 
 (provide 'emacsbug)
 
-;;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49
+;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49
 ;;; emacsbug.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]