summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-06-24 07:28:50 -0500
committerColin Okay <okay@toyful.space>2021-06-24 07:28:50 -0500
commit41d23b912710c8b5c5a338e44d0a3e08815fcdcc (patch)
treede4cebfcf1645f5a59b3eac2f261b1639ed11fc7
parent170a84d689e64a2b700f09fc3ffb53eafd6910dd (diff)
typo caused by emacs' autocompletion :(
-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 ()