emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 40ce283: Test checkin to attempt to tickle a bug re


From: Eric S. Raymond
Subject: [Emacs-diffs] master 40ce283: Test checkin to attempt to tickle a bug reported on the dev list.
Date: Mon, 01 Dec 2014 17:07:00 +0000

branch: master
commit 40ce283460ee15747f71ed0eb72d75846391a98a
Author: Eric S. Raymond <address@hidden>
Commit: Eric S. Raymond <address@hidden>

    Test checkin to attempt to tickle a bug reported on the dev list.
---
 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 dd1841d..fe93e73 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?
   )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]