Mercurial > emacs
changeset 105531:ac0c30ffce5c
(report-emacs-bug): Also print `features'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 09 Oct 2009 06:29:56 +0000 |
parents | e5035c6df58d |
children | cb911fe6af8f |
files | lisp/ChangeLog lisp/mail/emacsbug.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 09 05:54:57 2009 +0000 +++ b/lisp/ChangeLog Fri Oct 09 06:29:56 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-09 Glenn Morris <rgm@gnu.org> + + * mail/emacsbug.el (report-emacs-bug): Also print `features'. + 2009-10-09 Karl Fogel <kfogel@red-bean.com> * bookmark.el (bookmark-jump): Add new `display-func' parameter.
--- a/lisp/mail/emacsbug.el Fri Oct 09 05:54:57 2009 +0000 +++ b/lisp/mail/emacsbug.el Fri Oct 09 06:29:56 2009 +0000 @@ -218,8 +218,9 @@ (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