mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(report-emacs-bug): Insert configuration options.
This commit is contained in:
parent
74e88815db
commit
d5a67884b7
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue