diff lisp/vc-svn.el @ 98086:4a399b9bc4b9

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 07 Sep 2008 20:24:24 +0000
parents 701c14eb5b26
children e8a025cdac4a
line wrap: on
line diff
--- a/lisp/vc-svn.el	Sun Sep 07 19:47:29 2008 +0000
+++ b/lisp/vc-svn.el	Sun Sep 07 20:24:24 2008 +0000
@@ -533,9 +533,6 @@
   :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',