aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-09-07 20:24:24 +0000
committerStefan Monnier <[email protected]>2008-09-07 20:24:24 +0000
commit3dd2acc9d3896088517f1f9472ca66ebc7784601 (patch)
treecffa7edcad01a5f16937ad101a807ddccde7a1f0 /lisp/vc-cvs.el
parenta7713d66393826c75040789c63d11c751f4d35eb (diff)
* 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-cvs.el')
-rw-r--r--lisp/vc-cvs.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index eeb4ef08e1..23dc61b01d 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -691,9 +691,6 @@ If UPDATE is non-nil, then update (resynch) any affected buffers."
;;; Internal functions
;;;
-(defun vc-cvs-root (dir)
- (vc-find-root dir "CVS" t))
-
(defun vc-cvs-command (buffer okstatus files &rest flags)
"A wrapper around `vc-do-command' for use in vc-cvs.el.
The difference to vc-do-command is that this function always invokes `cvs',