# HG changeset patch # User Karl Heuer # Date 779995998 0 # Node ID beb7bc6f2d5cbe3783fc908cae379403a0cfd2f4 # Parent 45e6d5476e7fe08b47b0274fe4682820d3d6c327 (report-emacs-bug): system-configuration-options was misspelled as system-configure-options. diff -r 45e6d5476e7f -r beb7bc6f2d5c lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Mon Sep 19 17:31:15 1994 +0000 +++ b/lisp/mail/emacsbug.el Mon Sep 19 17:33:18 1994 +0000 @@ -51,7 +51,7 @@ (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)