mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/vc/vc.el (vc-prepare-patch): Remove 'exit-recursive-edit'
This commit is contained in:
parent
cb975c6183
commit
d8624ad519
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue