From ddf09aa603a1e3ad9b5ec88ae157f04af1278204 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 19 Sep 1994 17:33:18 +0000 Subject: [PATCH] (report-emacs-bug): system-configuration-options was misspelled as system-configure-options. --- lisp/mail/emacsbug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index dcd592c8890..8772b526f92 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) -- 2.39.5