summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
diff options
context:
space:
mode:
authorAndrii Kolomoiets <andreyk.mad@gmail.com>2019-11-14 08:18:22 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2019-11-14 08:18:22 +0100
commitfd60824be998d47baa19cee317c96d1c7c97251b (patch)
treeafad5d98e4c33e1492a0c015935ace91a14c5d7e /lisp/vc/vc.el
parent900ace0dcecc4ad7a27106cfa0e45f64168dce49 (diff)
downloademacs-fd60824be998d47baa19cee317c96d1c7c97251b.tar.gz
(vc-default-update-on-retrieve-tag): Accept backend argument
* lisp/vc/vc.el (vc-default-update-on-retrieve-tag): Accept backend argument (bug#38156). This fixes a bug introduced in the previous patch.
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r--lisp/vc/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 401b39145c8..0d29c80d026 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -3032,7 +3032,7 @@ to provide the `find-revision' operation instead."
"Let BACKEND receive FILE from another version control system."
(vc-call-backend backend 'register (list file) rev ""))
-(defun vc-default-update-on-retrieve-tag ()
+(defun vc-default-update-on-retrieve-tag (_backend)
"Prompt for update buffers on `vc-retrieve-tag'."
t)