summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-10-30 00:05:10 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2020-10-30 00:05:10 +0000
commite9af1ed44ec50ae2384946bb81ee2f86fa6f1431 (patch)
treec8c5968736e49e78bbb2067a3272e33883d41ce8 /lisp
parentd7a2d7250d74ab91dc7fb21325b39ea801b0796b (diff)
downloademacs-e9af1ed44ec50ae2384946bb81ee2f86fa6f1431.tar.gz
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).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
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 ()