diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-09-07 20:24:24 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-09-07 20:24:24 +0000 |
commit | 3dd2acc9d3896088517f1f9472ca66ebc7784601 (patch) | |
tree | cffa7edcad01a5f16937ad101a807ddccde7a1f0 /lisp/vc-sccs.el | |
parent | a7713d66393826c75040789c63d11c751f4d35eb (diff) | |
download | emacs-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-sccs.el')
-rw-r--r-- | lisp/vc-sccs.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 5cf19064b59..b8957b94c38 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -398,9 +398,6 @@ revert all subfiles." ;;; Internal functions ;;; -(defun vc-sccs-root (dir) - (vc-find-root dir "SCCS" t)) - ;; This function is wrapped with `progn' so that the autoload cookie ;; copies the whole function itself into loaddefs.el rather than just placing ;; a (autoload 'vc-sccs-search-project-dir "vc-sccs") which would not |