+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.
(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