(report-emacs-bug): system-configuration-options was misspelled as

system-configure-options.
This commit is contained in:
Karl Heuer 1994-09-19 17:33:18 +00:00
parent dc5a82ea28
commit ddf09aa603

View file

@ -51,7 +51,7 @@ Prompts for bug subject. Leaves you in a mail buffer."
(goto-char (point-min))
(re-search-forward (concat "^" (regexp-quote mail-header-separator) "\n"))
(insert "In " (emacs-version) "\nconfigured using "
system-configure-options "\n\n")
system-configuration-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)