From d8624ad51984ff8dbae57120e7616e4e91d4ab2c Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 16 Oct 2022 11:10:34 +0200 Subject: [PATCH] ; * 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 781e7785e41..5876cb34dd6 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 -- 2.39.5