projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7a2d72
)
Remove Debbugs 'thanks' from submit-emacs-patch
author
Basil L. Contovounesios
<contovob@tcd.ie>
Fri, 30 Oct 2020 00:05:10 +0000
(
00:05
+0000)
committer
Basil 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
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index 6a3c98746b97a66f1c32cf02cf39737bb0e3bc1e..d524b26f1b96d9a373a8ce4c64a08012a228dd78 100644
(file)
--- 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\n
thanks\n
\n"))
+ (insert "Tags: patch\n\n"))
nil t)
(message-add-action
(lambda ()