# HG changeset patch # User Karl Heuer # Date 779767448 0 # Node ID 289246a9fdb10e2a84cf03ccc8cb844c86a3eb48 # Parent ccc781ef6e3a3fdadf3669c5964409a9f2a67382 (report-emacs-bug): Insert configuration options. diff -r ccc781ef6e3a -r 289246a9fdb1 lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Sat Sep 17 01:52:13 1994 +0000 +++ b/lisp/mail/emacsbug.el Sat Sep 17 02:04:08 1994 +0000 @@ -50,7 +50,8 @@ (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)