From: Basil L. Contovounesios Date: Thu, 29 Oct 2020 23:33:29 +0000 (+0000) Subject: Modify only local send hook in submit-emacs-patch X-Git-Tag: emacs-28.0.90~5350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7a2d7250d74ab91dc7fb21325b39ea801b0796b;p=emacs.git Modify only local send hook in submit-emacs-patch * lisp/mail/emacsbug.el (submit-emacs-patch): Don't modify global message-send-hook. --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index e48c25436ee..6a3c98746b9 100644 --- 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).