From e9af1ed44ec50ae2384946bb81ee2f86fa6f1431 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 30 Oct 2020 00:05:10 +0000 Subject: 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). --- lisp/mail/emacsbug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mail/emacsbug.el') 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 () -- cgit v1.2.3