projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e371b
)
Modify only local send hook in submit-emacs-patch
author
Basil L. Contovounesios
<contovob@tcd.ie>
Thu, 29 Oct 2020 23:33:29 +0000
(23:33 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Thu, 29 Oct 2020 23:33:29 +0000
(23:33 +0000)
* lisp/mail/emacsbug.el (submit-emacs-patch): Don't modify global
message-send-hook.
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index e48c25436ee44fd370a053e0a535fb0ea3a91a93..6a3c98746b97a66f1c32cf02cf39737bb0e3bc1e 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-520,7
+520,7
@@
Message buffer where you can explain more about the patch."
(lambda ()
(message-goto-body)
(insert "Tags: patch\nthanks\n\n"))
- t)
+
nil
t)
(message-add-action
(lambda ()
;; Bury the help buffer (if it's shown).