# HG changeset patch # User Glenn Morris # Date 1255069796 0 # Node ID ac0c30ffce5ce9d97367c55d4ec9c78757dfef48 # Parent e5035c6df58d855a345ed36b6df124a272ce0137 (report-emacs-bug): Also print `features'. diff -r e5035c6df58d -r ac0c30ffce5c lisp/ChangeLog --- 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 + + * mail/emacsbug.el (report-emacs-bug): Also print `features'. + 2009-10-09 Karl Fogel * bookmark.el (bookmark-jump): Add new `display-func' parameter. diff -r e5035c6df58d -r ac0c30ffce5c lisp/mail/emacsbug.el --- 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