diff options
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r-- | lisp/vc-cvs.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index 588ff4be6ba..2daf2f72fba 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -281,10 +281,6 @@ committed and support display of sticky tags." ;;; State-changing functions ;;; -(defun vc-cvs-create-repo () - "Create a new CVS repository." - (error "Creation of CVS repositories is not supported.")) - (defun vc-cvs-register (files &optional rev comment) "Register FILES into the CVS version-control system. COMMENT can be used to provide an initial description of FILES. |