projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4f920
)
Argument removal inadvertently omitted from my previous commit.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Dec 2014 12:08:40 +0000
(07:08 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 1 Dec 2014 12:08:40 +0000
(07:08 -0500)
lisp/vc/vc-svn.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-svn.el
b/lisp/vc/vc-svn.el
index 30d66e45be03dc500eba26d3eab49f8db7d2157b..fa584fac5c7ea2af0941cc60cf4059ed876fda2c 100644
(file)
--- 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'