]> git.eshelyaron.com Git - emacs.git/commitdiff
Test checkin to attempt to tickle a bug reported on the dev list.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 17:05:32 +0000 (12:05 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 1 Dec 2014 17:06:19 +0000 (12:06 -0500)
lisp/vc/vc-dav.el

index dd1841df401818c2d22a409dbb32caefb1ea5a88..fe93e732fee9c2172c0bfa9df390d2bca5988fd9 100644 (file)
@@ -77,7 +77,7 @@ See `vc-checkout-model' for a list of possible values."
   "Return the current workfile version of URL."
   "Unknown")
 
-(defun vc-dav-register (url &optional comment)
+(defun vc-dav-register (url &optional _comment)
   "Register URL in the DAV backend."
   ;; Do we need to do anything here?  FIXME?
   )