From 40ce283460ee15747f71ed0eb72d75846391a98a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 1 Dec 2014 12:05:32 -0500 Subject: [PATCH] Test checkin to attempt to tickle a bug reported on the dev list. --- lisp/vc/vc-dav.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? ) -- 2.39.5