emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e9af1ed: Remove Debbugs 'thanks' from submit-emacs-patch


From: Basil L. Contovounesios
Subject: master e9af1ed: Remove Debbugs 'thanks' from submit-emacs-patch
Date: Thu, 29 Oct 2020 20:08:53 -0400 (EDT)

branch: master
commit e9af1ed44ec50ae2384946bb81ee2f86fa6f1431
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

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

diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 6a3c987..d524b26 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]