1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(report-emacs-bug): Insert configuration options.

This commit is contained in:
Karl Heuer 1994-09-17 02:04:08 +00:00
parent 74e88815db
commit d5a67884b7

View 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)