emacs-diffs
[Top][All Lists]
Advanced

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

master 554c158: Add the (hopefully) correct debbugs header for patches


From: Lars Ingebrigtsen
Subject: master 554c158: Add the (hopefully) correct debbugs header for patches
Date: Wed, 9 Sep 2020 07:06:59 -0400 (EDT)

branch: master
commit 554c15841991d98b926463bbf33c81d57a8fc8ce
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add the (hopefully) correct debbugs header for patches
    
    * lisp/mail/emacsbug.el (submit-emacs-patch): Mark the submission
    as a patch.
---
 lisp/mail/emacsbug.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 5d1da08..db85b64 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -508,6 +508,7 @@ Message buffer where you can explain more about the patch."
   (insert "\n\n\n")
   (emacs-bug--system-description)
   (mml-attach-file file "text/patch" nil "attachment")
+  (message-add-header "X-Debbugs-Tags: patch")
   (message-goto-body)
   (message "Write a description of the patch and use `C-c C-c' to send it")
   (message-add-action



reply via email to

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