aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index f612daaa569..ca6efeabac2 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -3639,7 +3639,6 @@ marked revisions, use those."
3639 (read-string "Subject: " "[PATCH] " nil nil t)) 3639 (read-string "Subject: " "[PATCH] " nil nil t))
3640 revs))) 3640 revs)))
3641 (save-current-buffer 3641 (save-current-buffer
3642 (vc-ensure-vc-buffer)
3643 (let ((patches (mapcar (lambda (rev) 3642 (let ((patches (mapcar (lambda (rev)
3644 (vc-call-backend 3643 (vc-call-backend
3645 (vc-responsible-backend default-directory) 3644 (vc-responsible-backend default-directory)