+2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
+
2007-03-10 Chong Yidong <cyd@stupidchicken.com>
* faces.el (face-set-after-frame-default): Recalculate face
(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
(provide 'emacsbug)
-;;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49
+;; arch-tag: 248b6523-c3b5-4fec-9a3f-0411fafa7d49
;;; emacsbug.el ends here