]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug): Also print `features'.
authorGlenn Morris <rgm@gnu.org>
Fri, 9 Oct 2009 06:29:56 +0000 (06:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 9 Oct 2009 06:29:56 +0000 (06:29 +0000)
lisp/ChangeLog
lisp/mail/emacsbug.el

index b2cdead363490baa31d20a12d807f24eba1ac5b6..cb393b306aeb54bcfb5f3b6c56150ae5280b89fb 100644 (file)
@@ -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.
index c05dbe1f80d095360fd1b993cfb14717ba739451..561852b09815a8b8ab30febd7f09ca2d21e07d52 100644 (file)
@@ -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