diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-09 13:06:50 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-09 13:06:50 +0200 |
commit | 554c15841991d98b926463bbf33c81d57a8fc8ce (patch) | |
tree | 69b8f21e7448c71651ac53333982614726d4740a | |
parent | 4038b4fee794a85c055ba28b499264045a2cb2dc (diff) | |
download | emacs-554c15841991d98b926463bbf33c81d57a8fc8ce.tar.gz |
Add the (hopefully) correct debbugs header for patches
* lisp/mail/emacsbug.el (submit-emacs-patch): Mark the submission
as a patch.
-rw-r--r-- | lisp/mail/emacsbug.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 5d1da08e249..db85b64cc8d 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 |