From: Eric S. Raymond Date: Mon, 1 Dec 2014 17:05:32 +0000 (-0500) Subject: Test checkin to attempt to tickle a bug reported on the dev list. X-Git-Tag: emacs-25.0.90~2635^2~247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40ce283460ee15747f71ed0eb72d75846391a98a;p=emacs.git Test checkin to attempt to tickle a bug reported on the dev list. --- diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el index dd1841df401..fe93e732fee 100644 --- a/lisp/vc/vc-dav.el +++ b/lisp/vc/vc-dav.el @@ -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? )