]> git.eshelyaron.com Git - emacs.git/commitdiff
Modify only local send hook in submit-emacs-patch
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 29 Oct 2020 23:33:29 +0000 (23:33 +0000)
committerBasil 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

index e48c25436ee44fd370a053e0a535fb0ea3a91a93..6a3c98746b97a66f1c32cf02cf39737bb0e3bc1e 100644 (file)
@@ -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).