emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d7a2d72: Modify only local send hook in submit-emacs-patch


From: Basil L. Contovounesios
Subject: master d7a2d72: Modify only local send hook in submit-emacs-patch
Date: Thu, 29 Oct 2020 19:36:40 -0400 (EDT)

branch: master
commit d7a2d7250d74ab91dc7fb21325b39ea801b0796b
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    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 e48c254..6a3c987 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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]