emacs-diffs
[Top][All Lists]
Advanced

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

master d8624ad519 1/2: ; * lisp/vc/vc.el (vc-prepare-patch): Remove 'exi


From: Philip Kaludercic
Subject: master d8624ad519 1/2: ; * lisp/vc/vc.el (vc-prepare-patch): Remove 'exit-recursive-edit'
Date: Sun, 16 Oct 2022 05:38:13 -0400 (EDT)

branch: master
commit d8624ad51984ff8dbae57120e7616e4e91d4ab2c
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    ; * lisp/vc/vc.el (vc-prepare-patch): Remove 'exit-recursive-edit'
---
 lisp/vc/vc.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 781e7785e4..5876cb34dd 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -3375,8 +3375,7 @@ revisions, those revisions will be used."
             (compose-mail addressee
                           (plist-get patch :subject)
                           nil nil nil nil
-                          `((kill-buffer ,(plist-get patch :buffer))
-                            (exit-recursive-edit)))
+                          `((kill-buffer ,(plist-get patch :buffer))))
             (rfc822-goto-eoh) (forward-line)
             (save-excursion             ;don't jump to the end
               (insert-buffer-substring



reply via email to

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