]> git.eshelyaron.com Git - emacs.git/commitdiff
Argument removal inadvertently omitted from my previous commit.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 12:08:40 +0000 (07:08 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 12:08:40 +0000 (07:08 -0500)
lisp/vc/vc-svn.el

index 30d66e45be03dc500eba26d3eab49f8db7d2157b..fa584fac5c7ea2af0941cc60cf4059ed876fda2c 100644 (file)
@@ -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'