Mercurial > emacs
changeset 8842:289246a9fdb1
(report-emacs-bug): Insert configuration options.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 17 Sep 1994 02:04:08 +0000 |
parents | ccc781ef6e3a |
children | 4fd9700b07a7 |
files | lisp/mail/emacsbug.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)