projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900ace0
)
(vc-default-update-on-retrieve-tag): Accept backend argument
author
Andrii Kolomoiets
<andreyk.mad@gmail.com>
Thu, 14 Nov 2019 07:18:22 +0000
(08:18 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 14 Nov 2019 07:18:22 +0000
(08:18 +0100)
* lisp/vc/vc.el (vc-default-update-on-retrieve-tag): Accept
backend argument (bug#38156). This fixes a bug introduced in the
previous patch.
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index 401b39145c868168edeb570a7671885e2b9c911a..0d29c80d0262119d7bc2bdb9be5c4e74f8616da6 100644
(file)
--- 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)