comparison 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
comparison
equal deleted inserted replaced
8920:45e6d5476e7f 8921:beb7bc6f2d5c
49 (interactive "sBug Subject: ") 49 (interactive "sBug Subject: ")
50 (mail nil bug-gnu-emacs topic) 50 (mail nil bug-gnu-emacs topic)
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)
58 (add-hook 'mail-send-hook 'report-emacs-bug-hook) 58 (add-hook 'mail-send-hook 'report-emacs-bug-hook)
59 (save-excursion 59 (save-excursion