From: Glenn Morris Date: Wed, 3 Dec 2008 07:41:10 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~1305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc4db61a45e28a6f31305cb1550fc2f5ced54526;p=emacs.git Comment. --- diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index f2fefdf101a..e11ec8f37cb 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -256,6 +256,7 @@ RESULT is a list of conses (FILE . STATE) for directory DIR." (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.