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-rcs.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-rcs.el')
-rw-r--r-- | lisp/vc-rcs.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 06e06c503f3..14d65da2a5a 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -835,9 +835,6 @@ systime, or nil if there is none. Also, reposition point." ;;; Internal functions ;;; -(defun vc-rcs-root (dir) - (vc-find-root dir "RCS" t)) - (defun vc-rcs-workfile-is-newer (file) "Return non-nil if FILE is newer than its RCS master. This likely means that FILE has been changed with respect |