summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-09-07 20:24:24 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-09-07 20:24:24 +0000
commit3dd2acc9d3896088517f1f9472ca66ebc7784601 (patch)
treecffa7edcad01a5f16937ad101a807ddccde7a1f0 /lisp/vc-svn.el
parenta7713d66393826c75040789c63d11c751f4d35eb (diff)
downloademacs-3dd2acc9d3896088517f1f9472ca66ebc7784601.tar.gz
* vc-svn.el (vc-svn-root):
* vc-sccs.el (vc-sccs-root): * vc-rcs.el (vc-rcs-root): * vc-cvs.el (vc-cvs-root): Delete. * vc-hooks.el (vc-find-root): Remove `invert' argument.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r--lisp/vc-svn.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 854e66e3d1d..caf5ec15dcb 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -533,9 +533,6 @@ NAME is assumed to be a URL."
:type 'string
:group 'vc)
-(defun vc-svn-root (dir)
- (vc-find-root dir vc-svn-admin-directory t))
-
(defun vc-svn-command (buffer okstatus file-or-list &rest flags)
"A wrapper around `vc-do-command' for use in vc-svn.el.
The difference to vc-do-command is that this function always invokes `svn',