From: Eric S. Raymond Date: Mon, 1 Dec 2014 12:08:40 +0000 (-0500) Subject: Argument removal inadvertently omitted from my previous commit. X-Git-Tag: emacs-25.0.90~2635^2~263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e9e3432fa4e31731f4c058caf8f30b7a4552c1b;p=emacs.git Argument removal inadvertently omitted from my previous commit. --- diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index 30d66e45be0..fa584fac5c7 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el @@ -300,7 +300,7 @@ RESULT is a list of conses (FILE . STATE) for directory DIR." (autoload 'vc-switches "vc") -(defun vc-svn-register (files &optional _rev _comment) +(defun vc-svn-register (files &optional _comment) "Register FILES into the SVN version-control system. The COMMENT argument is ignored This does an add but not a commit. Passes either `vc-svn-register-switches' or `vc-register-switches'