mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(report-emacs-bug): Don't assume the exit command
is mail-send-and-exit for all user agents.
This commit is contained in:
parent
b527f6c26c
commit
ceaa7fbed1
1 changed files with 3 additions and 2 deletions
|
|
@ -109,8 +109,9 @@ Prompts for bug subject. Leaves you in a mail buffer."
|
|||
(use-local-map (nconc (make-sparse-keymap) (current-local-map)))
|
||||
(define-key (current-local-map) "\C-c\C-i" 'report-emacs-bug-info)
|
||||
(with-output-to-temp-buffer "*Bug Help*"
|
||||
(princ (substitute-command-keys
|
||||
"Type \\[mail-send-and-exit] to send the bug report.\n"))
|
||||
(if (eq mail-user-agant 'sendmail-user-agent)
|
||||
(princ (substitute-command-keys
|
||||
"Type \\[mail-send-and-exit] to send the bug report.\n")))
|
||||
(princ (substitute-command-keys
|
||||
"Type \\[kill-buffer] RET to cancel (don't send it).\n"))
|
||||
(terpri)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue