summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-cvs.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-12-01 06:23:10 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-12-01 06:23:10 -0500
commit2f4f92007956983e6f5cb5136a57ddaa0cd9428e (patch)
treecd6c7d910134fca65f02e58fa1cdfd72f2d2cd6c /lisp/vc/vc-cvs.el
parent7536c8645e9f82b74bd4da5d91c325ab92beb541 (diff)
downloademacs-2f4f92007956983e6f5cb5136a57ddaa0cd9428e.tar.gz
VC API simplification: remove ability to set initial revision.
This hasn't made any sense since RCS, and was a dumb stunt then. * vc/vc.el and all backends: API simplification; init-revision is gone, and vc-registered functions no longer take an initial-revision argument.
Diffstat (limited to 'lisp/vc/vc-cvs.el')
-rw-r--r--lisp/vc/vc-cvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el
index 4bce79c5d5b..c938899a530 100644
--- a/lisp/vc/vc-cvs.el
+++ b/lisp/vc/vc-cvs.el
@@ -282,7 +282,7 @@ committed and support display of sticky tags."
(autoload 'vc-switches "vc")
-(defun vc-cvs-register (files &optional _rev comment)
+(defun vc-cvs-register (files &optional comment)
"Register FILES into the CVS version-control system.
COMMENT can be used to provide an initial description of FILES.
Passes either `vc-cvs-register-switches' or `vc-register-switches'