From: Karl Heuer Date: Mon, 19 Sep 1994 17:33:18 +0000 (+0000) Subject: (report-emacs-bug): system-configuration-options was misspelled as X-Git-Tag: emacs-19.34~6933 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ddf09aa603a1e3ad9b5ec88ae157f04af1278204;p=emacs.git (report-emacs-bug): system-configuration-options was misspelled as system-configure-options. --- 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)