]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug): system-configuration-options was misspelled as
authorKarl Heuer <kwzh@gnu.org>
Mon, 19 Sep 1994 17:33:18 +0000 (17:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 19 Sep 1994 17:33:18 +0000 (17:33 +0000)
system-configure-options.

lisp/mail/emacsbug.el

index dcd592c88901ba932fc0b467ec77bef94ca6faed..8772b526f925b588143469d98ed0959cdab36019 100644 (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)