]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove Debbugs 'thanks' from submit-emacs-patch
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 30 Oct 2020 00:05:10 +0000 (00:05 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 30 Oct 2020 00:05:10 +0000 (00:05 +0000)
* 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

index 6a3c98746b97a66f1c32cf02cf39737bb0e3bc1e..d524b26f1b96d9a373a8ce4c64a08012a228dd78 100644 (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 ()