diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-07-20 03:56:53 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-07-20 03:56:53 +0000 |
commit | da4c9778fbfa26d964bb0761fd9ab45e7f364f95 (patch) | |
tree | 5531f100438c07482fc8282cd591b0ed160f1480 /lisp/vc-mcvs.el | |
parent | 3b27900d2a4f84f5a826a59b7b0e544ffca5f0e7 (diff) | |
download | emacs-da4c9778fbfa26d964bb0761fd9ab45e7f364f95.tar.gz |
(vc-(m)cvs-create-repo): Remove.
Diffstat (limited to 'lisp/vc-mcvs.el')
-rw-r--r-- | lisp/vc-mcvs.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc-mcvs.el b/lisp/vc-mcvs.el index 928f2978ec1..debdf892183 100644 --- a/lisp/vc-mcvs.el +++ b/lisp/vc-mcvs.el @@ -207,10 +207,6 @@ This is only meaningful if you don't use the implicit checkout model ;;; State-changing functions ;;; -(defun vc-mcvs-create-repo () - "Create a new Meta-CVS repository." - (error "Creation of Meta-CVS repositories is not supported.")) - (defun vc-mcvs-register (files &optional rev comment) "Register FILES into the Meta-CVS version-control system. COMMENT can be used to provide an initial description of FILE. |