aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 23:55:15 -0700
committerGlenn Morris2013-09-11 23:55:15 -0700
commitaa30fa6f3a4273adcfa1cba183a74a5aeb47b463 (patch)
treead722e16d317b737410ced64f6b7bbec6af7ab72 /lisp/vc
parentbe94d7130041927a372f21bb2afeddafb4f92e5c (diff)
downloademacs-aa30fa6f3a4273adcfa1cba183a74a5aeb47b463.tar.gz
emacs-aa30fa6f3a4273adcfa1cba183a74a5aeb47b463.zip
* vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-svn.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
index d2c770de53b..36f27548123 100644
--- a/lisp/vc/vc-svn.el
+++ b/lisp/vc/vc-svn.el
@@ -593,7 +593,7 @@ NAME is assumed to be a URL."
593 (vc-svn-command nil 0 dir "copy" name) 593 (vc-svn-command nil 0 dir "copy" name)
594 (when branchp (vc-svn-retrieve-tag dir name nil))) 594 (when branchp (vc-svn-retrieve-tag dir name nil)))
595 595
596(defun vc-svn-retrieve-tag (dir name update) 596(defun vc-svn-retrieve-tag (dir name _update)
597 "Retrieve a tag at and below DIR. 597 "Retrieve a tag at and below DIR.
598NAME is the name of the tag; if it is empty, do a `svn update'. 598NAME is the name of the tag; if it is empty, do a `svn update'.
599If UPDATE is non-nil, then update (resynch) any affected buffers. 599If UPDATE is non-nil, then update (resynch) any affected buffers.