1
Fork 0
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:
Basil L. Contovounesios 2020-10-30 00:05:10 +00:00
parent d7a2d7250d
commit e9af1ed44e

View file

@ -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 ()