comparison lisp/vc-cvs.el @ 81988:09a639d5f43e

(vc-(m)cvs-create-repo): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 20 Jul 2007 03:56:53 +0000
parents ef9ebdaeea06
children 1350ba0c0448
comparison
equal deleted inserted replaced
81987:8d88b0199c17 81988:09a639d5f43e
278 278
279 279
280 ;;; 280 ;;;
281 ;;; State-changing functions 281 ;;; State-changing functions
282 ;;; 282 ;;;
283
284 (defun vc-cvs-create-repo ()
285 "Create a new CVS repository."
286 (error "Creation of CVS repositories is not supported."))
287 283
288 (defun vc-cvs-register (files &optional rev comment) 284 (defun vc-cvs-register (files &optional rev comment)
289 "Register FILES into the CVS version-control system. 285 "Register FILES into the CVS version-control system.
290 COMMENT can be used to provide an initial description of FILES. 286 COMMENT can be used to provide an initial description of FILES.
291 287