diff lisp/mail/emacsbug.el @ 8921:beb7bc6f2d5c

(report-emacs-bug): system-configuration-options was misspelled as system-configure-options.
author Karl Heuer <kwzh@gnu.org>
date Mon, 19 Sep 1994 17:33:18 +0000
parents 289246a9fdb1
children 63887def546f
line wrap: on
line diff
--- 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)