(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.
This commit is contained in:
parent
900ace0dce
commit
fd60824be9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue