From: Glenn Morris Date: Thu, 12 Sep 2013 06:55:15 +0000 (-0700) Subject: * vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa30fa6f3a4273adcfa1cba183a74a5aeb47b463;p=emacs.git * vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8316c43bda0..e4bf56d24d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2013-09-12 Glenn Morris * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers) - (vc-svn-ignore): Mark unused arguments. + (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments. * subr.el (do-after-load-evaluation): Also give compiler warnings when obsolete files are used (except by obsolete files). 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." (vc-svn-command nil 0 dir "copy" name) (when branchp (vc-svn-retrieve-tag dir name nil))) -(defun vc-svn-retrieve-tag (dir name update) +(defun vc-svn-retrieve-tag (dir name _update) "Retrieve a tag at and below DIR. NAME is the name of the tag; if it is empty, do a `svn update'. If UPDATE is non-nil, then update (resynch) any affected buffers.