aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-09-19 17:33:18 +0000
committerKarl Heuer <[email protected]>1994-09-19 17:33:18 +0000
commitddf09aa603a1e3ad9b5ec88ae157f04af1278204 (patch)
tree6c6f9572d318314efa49f4f2707abef8f4e2640e /lisp/mail
parentdc5a82ea28457c75d281a0c063fb8db67b1b1921 (diff)
(report-emacs-bug): system-configuration-options was misspelled as
system-configure-options.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index dcd592c889..8772b526f9 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -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)