summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flexo.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexo.lisp b/flexo.lisp
index 5228c79..e63ba63 100644
--- a/flexo.lisp
+++ b/flexo.lisp
@@ -27,7 +27,7 @@
(defgeneric content-equivlanet-p (a b)
(:documentation "T if artifacts A and B should be thought of as having equivalent content."))
-(defmethod content-equivlanet-p (a b) most-negative-long-float )
+(defmethod content-equivlanet-p (a b) nil)
(defun make-auto-refresh-key ()