[Cl-darcs-cvs] r16 - cl-darcs/trunk
8 Jul
2006
8 Jul
'06
11:55 a.m.
Author: mhenoch Date: Sat Jul 8 07:55:06 2006 New Revision: 16 Modified: cl-darcs/trunk/touching.lisp Log: Declare filename argument as ignored. Modified: cl-darcs/trunk/touching.lisp ============================================================================== --- cl-darcs/trunk/touching.lisp (original) +++ cl-darcs/trunk/touching.lisp Sat Jul 8 07:55:06 2006 @@ -25,6 +25,7 @@ (defmethod find-touching ((patch patch) filename) "This least specific method returns NIL." + (declare (ignore filename)) nil) (defmethod find-touching ((patch composite-patch) filename)
7174
Age (days ago)
7174
Last active (days ago)
0 comments
1 participants
participants (1)
-
mhenoch@common-lisp.net