mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Remove Debbugs 'thanks' from submit-emacs-patch
* lisp/mail/emacsbug.el (submit-emacs-patch): Remove unneeded 'thanks' following Debbugs pseudo-header, which leaves other pseudo-headers entered by the user unprocessed (bug#44322).
This commit is contained in:
parent
d7a2d7250d
commit
e9af1ed44e
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ Message buffer where you can explain more about the patch."
|
|||
(add-hook 'message-send-hook
|
||||
(lambda ()
|
||||
(message-goto-body)
|
||||
(insert "Tags: patch\nthanks\n\n"))
|
||||
(insert "Tags: patch\n\n"))
|
||||
nil t)
|
||||
(message-add-action
|
||||
(lambda ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue