]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug): Insert configuration options.
authorKarl Heuer <kwzh@gnu.org>
Sat, 17 Sep 1994 02:04:08 +0000 (02:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 17 Sep 1994 02:04:08 +0000 (02:04 +0000)
lisp/mail/emacsbug.el

index d872a5d7a8f60c79d3aec1726df0f7969a1edbf1..dcd592c88901ba932fc0b467ec77bef94ca6faed 100644 (file)
@@ -50,7 +50,8 @@ Prompts for bug subject.  Leaves you in a mail buffer."
   (mail nil bug-gnu-emacs topic)
   (goto-char (point-min))
   (re-search-forward (concat "^" (regexp-quote mail-header-separator) "\n"))
-  (insert "In " (emacs-version) "\n\n")
+  (insert "In " (emacs-version) "\nconfigured using "
+         system-configure-options "\n\n")
   (message (substitute-command-keys "Type \\[mail-send-and-exit] to send bug report."))
   ;; Make it less likely people will send empty messages.
   (make-local-variable 'mail-send-hook)