From: Basil L. Contovounesios Date: Fri, 30 Oct 2020 00:05:10 +0000 (+0000) Subject: Remove Debbugs 'thanks' from submit-emacs-patch X-Git-Tag: emacs-28.0.90~5349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9af1ed44ec50ae2384946bb81ee2f86fa6f1431;p=emacs.git 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). --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 6a3c98746b9..d524b26f1b9 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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 ()