From d7a2d7250d74ab91dc7fb21325b39ea801b0796b Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 29 Oct 2020 23:33:29 +0000 Subject: [PATCH] Modify only local send hook in submit-emacs-patch * lisp/mail/emacsbug.el (submit-emacs-patch): Don't modify global message-send-hook. --- lisp/mail/emacsbug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.39.2