]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 06:55:15 +0000 (23:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Sep 2013 06:55:15 +0000 (23:55 -0700)
lisp/ChangeLog
lisp/vc/vc-svn.el

index 8316c43bda0b6406dc3c217d23b7030fa6404cfa..e4bf56d24d7d4a636243f1365aedea043aabf5f4 100644 (file)
@@ -1,7 +1,7 @@
 2013-09-12  Glenn Morris  <rgm@gnu.org>
 
        * 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).
index d2c770de53ba9d0f5cdd5924a03267e85c73bbcc..36f27548123117f4b8cbf61b3e09127a57a30028 100644 (file)
@@ -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.