* lisp/mail/emacsbug.el (submit-emacs-patch): Insert empty X-Debbugs-Cc
(Bug##57877)
This commit is contained in:
parent
57c552b8b9
commit
d98a2b70d7
1 changed files with 2 additions and 0 deletions
|
@ -532,6 +532,8 @@ Message buffer where you can explain more about the patch."
|
|||
(view-mode 1)
|
||||
(button-mode 1))
|
||||
(compose-mail-other-window report-emacs-bug-address subject)
|
||||
(rfc822-goto-eoh)
|
||||
(insert "X-Debbugs-Cc: \n")
|
||||
(message-goto-body)
|
||||
(insert "\n\n\n")
|
||||
(emacs-build-description)
|
||||
|
|
Loading…
Add table
Reference in a new issue