aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-10-09 06:29:56 +0000
committerGlenn Morris <[email protected]>2009-10-09 06:29:56 +0000
commit9656d87b30a34bce0f126735ed302f1035cc9248 (patch)
treef464fa7cc936555bb8748a84d2e8fbcf256a1ef4 /lisp
parente6227f0652c761c30f6e79c4ade9d1b077b8e496 (diff)
(report-emacs-bug): Also print `features'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/emacsbug.el5
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b2cdead363..cb393b306a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-09 Glenn Morris <[email protected]>
+
+ * mail/emacsbug.el (report-emacs-bug): Also print `features'.
+
2009-10-09 Karl Fogel <[email protected]>
* bookmark.el (bookmark-jump): Add new `display-func' parameter.
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index c05dbe1f80..561852b098 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