mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
Fix previous change.
This commit is contained in:
parent
a1057d5616
commit
421593b98d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ 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*"
|
||||
(if (eq mail-user-agant 'sendmail-user-agent)
|
||||
(if (eq mail-user-agent 'sendmail-user-agent)
|
||||
(princ (substitute-command-keys
|
||||
"Type \\[mail-send-and-exit] to send the bug report.\n")))
|
||||
(princ (substitute-command-keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue