diff options
| author | Karl Heuer | 1994-09-19 17:33:18 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-19 17:33:18 +0000 |
| commit | ddf09aa603a1e3ad9b5ec88ae157f04af1278204 (patch) | |
| tree | 6c6f9572d318314efa49f4f2707abef8f4e2640e | |
| parent | dc5a82ea28457c75d281a0c063fb8db67b1b1921 (diff) | |
| download | emacs-ddf09aa603a1e3ad9b5ec88ae157f04af1278204.tar.gz emacs-ddf09aa603a1e3ad9b5ec88ae157f04af1278204.zip | |
(report-emacs-bug): system-configuration-options was misspelled as
system-configure-options.
| -rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 51 | (goto-char (point-min)) | 51 | (goto-char (point-min)) |
| 52 | (re-search-forward (concat "^" (regexp-quote mail-header-separator) "\n")) | 52 | (re-search-forward (concat "^" (regexp-quote mail-header-separator) "\n")) |
| 53 | (insert "In " (emacs-version) "\nconfigured using " | 53 | (insert "In " (emacs-version) "\nconfigured using " |
| 54 | system-configure-options "\n\n") | 54 | system-configuration-options "\n\n") |
| 55 | (message (substitute-command-keys "Type \\[mail-send-and-exit] to send bug report.")) | 55 | (message (substitute-command-keys "Type \\[mail-send-and-exit] to send bug report.")) |
| 56 | ;; Make it less likely people will send empty messages. | 56 | ;; Make it less likely people will send empty messages. |
| 57 | (make-local-variable 'mail-send-hook) | 57 | (make-local-variable 'mail-send-hook) |