summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-dav.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-12-01 12:05:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-12-01 12:06:19 -0500
commit40ce283460ee15747f71ed0eb72d75846391a98a (patch)
tree10385c0319f39ff291ef6b14d4214c4d249f831e /lisp/vc/vc-dav.el
parentf8b82217c74f635deb02a825528e574745c51b0e (diff)
downloademacs-40ce283460ee15747f71ed0eb72d75846391a98a.tar.gz
Test checkin to attempt to tickle a bug reported on the dev list.
Diffstat (limited to 'lisp/vc/vc-dav.el')
-rw-r--r--lisp/vc/vc-dav.el2
1 files changed, 1 insertions, 1 deletions
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?
)