From 9e9e3432fa4e31731f4c058caf8f30b7a4552c1b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 1 Dec 2014 07:08:40 -0500 Subject: [PATCH] Argument removal inadvertently omitted from my previous commit. --- lisp/vc/vc-svn.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.11.4.GIT