Mercurial > emacs
changeset 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 | 45e6d5476e7f |
children | 67b7eb875a1e |
files | lisp/mail/emacsbug.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)