# HG changeset patch # User Glenn Morris # Date 1228290070 0 # Node ID 9cc555e1a10e2a674b982964343bfa420676d289 # Parent c3cf5c74dfe14dc435c5e2f05facd5a55d2d14c4 Comment. diff -r c3cf5c74dfe1 -r 9cc555e1a10e lisp/vc-svn.el --- a/lisp/vc-svn.el Wed Dec 03 07:40:53 2008 +0000 +++ b/lisp/vc-svn.el Wed Dec 03 07:41:10 2008 +0000 @@ -256,6 +256,7 @@ (vc-do-command "*vc*" 0 vc-svn-program '(".") "checkout" (concat "file://" default-directory "SVN"))) +;; FIXME doc is wrong re switches. (defun vc-svn-register (files &optional rev comment) "Register FILES into the SVN version-control system. The COMMENT argument is ignored This does an add but not a commit.