aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/emacsbug.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index d872a5d7a8f..dcd592c8890 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -50,7 +50,8 @@ Prompts for bug subject. Leaves you in a mail buffer."
50 (mail nil bug-gnu-emacs topic) 50 (mail nil bug-gnu-emacs topic)
51 (goto-char (point-min)) 51 (goto-char (point-min))
52 (re-search-forward (concat "^" (regexp-quote mail-header-separator) "\n")) 52 (re-search-forward (concat "^" (regexp-quote mail-header-separator) "\n"))
53 (insert "In " (emacs-version) "\n\n") 53 (insert "In " (emacs-version) "\nconfigured using "
54 system-configure-options "\n\n")
54 (message (substitute-command-keys "Type \\[mail-send-and-exit] to send bug report.")) 55 (message (substitute-command-keys "Type \\[mail-send-and-exit] to send bug report."))
55 ;; Make it less likely people will send empty messages. 56 ;; Make it less likely people will send empty messages.
56 (make-local-variable 'mail-send-hook) 57 (make-local-variable 'mail-send-hook)