diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2014-12-01 12:05:32 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2014-12-01 12:06:19 -0500 |
commit | 40ce283460ee15747f71ed0eb72d75846391a98a (patch) | |
tree | 10385c0319f39ff291ef6b14d4214c4d249f831e /lisp/vc/vc-dav.el | |
parent | f8b82217c74f635deb02a825528e574745c51b0e (diff) | |
download | emacs-40ce283460ee15747f71ed0eb72d75846391a98a.tar.gz emacs-40ce283460ee15747f71ed0eb72d75846391a98a.tar.bz2 emacs-40ce283460ee15747f71ed0eb72d75846391a98a.zip |
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.el | 2 |
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? ) |