From: Glenn Morris Date: Fri, 9 Oct 2009 06:29:56 +0000 (+0000) Subject: (report-emacs-bug): Also print `features'. X-Git-Tag: emacs-pretest-23.1.90~867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9656d87b30a34bce0f126735ed302f1035cc9248;p=emacs.git (report-emacs-bug): Also print `features'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2cdead3634..cb393b306ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-10-09 Glenn Morris + + * mail/emacsbug.el (report-emacs-bug): Also print `features'. + 2009-10-09 Karl Fogel * bookmark.el (bookmark-jump): Add new `display-func' parameter. diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index c05dbe1f80d..561852b0981 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -218,8 +218,9 @@ usually do not have translators to read other languages for them.\n\n") (insert (if (zerop (length shadows)) "None found.\n" shadows))) - ;; This is so the user has to type something - ;; in order to send easily. + (insert (format "\nFeatures:\n%s\n" features)) + (fill-region (line-beginning-position 0) (point)) + ;; This is so the user has to type something in order to send easily. (use-local-map (nconc (make-sparse-keymap) (current-local-map))) (define-key (current-local-map) "\C-c\C-i" 'report-emacs-bug-info) (unless report-emacs-bug-no-explanations