summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-dav.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-11-20 03:52:24 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-11-20 03:52:24 -0500
commite7e9dbccb05175a512c40a3f433887c40abaa469 (patch)
tree551b1a5015334f0a553d7873a1b7b45c4e52aaf2 /lisp/vc/vc-dav.el
parentf83109f0fabe13c0175ca6fe23b475bd8a9d9d99 (diff)
downloademacs-e7e9dbccb05175a512c40a3f433887c40abaa469.tar.gz
Remove editable argument from VC's backend checkout methods.
Alters vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el. where this matters (which is only in SCCS and RCS) files are now always checked out editable. This may actually have been dynamically true already - it looks like the vc-next-action code evolved past visiting the other case. Tested with RCS.
Diffstat (limited to 'lisp/vc/vc-dav.el')
-rw-r--r--lisp/vc/vc-dav.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el
index 77979d696d3..df7801f6333 100644
--- a/lisp/vc/vc-dav.el
+++ b/lisp/vc/vc-dav.el
@@ -87,7 +87,7 @@ See `vc-checkout-model' for a list of possible values."
;; This should PUT the resource and release any locks that we hold.
)
-(defun vc-dav-checkout (url &optional editable rev destfile)
+(defun vc-dav-checkout (url &optional rev destfile)
"Check out revision REV of URL into the working area.
If EDITABLE is non-nil URL should be writable by the user and if