aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-09-17 02:04:08 +0000
committerKarl Heuer <[email protected]>1994-09-17 02:04:08 +0000
commitd5a67884b7fa06ffd1f555e498ac9285d088bc1c (patch)
tree803b605203b02fb63d2a5e87d671f0cc0bee9732
parent74e88815dbc64e7fc2b1aed4aedf5888ff2bda90 (diff)
(report-emacs-bug): Insert configuration options.
-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 d872a5d7a8..dcd592c889 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."
(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)