From 41d23b912710c8b5c5a338e44d0a3e08815fcdcc Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 24 Jun 2021 07:28:50 -0500 Subject: typo caused by emacs' autocompletion :( --- flexo.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v1.2.3