branch: elpa/slime commit 6674bdf52b43a6d77e76422c18a456bc8207cdbf Author: Stas Boukarev <stass...@gmail.com> Commit: Stas Boukarev <stass...@gmail.com>
find-definition: evaluate eql specializeers. --- swank.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swank.lisp b/swank.lisp index a03baa1809..6a7a9ea10b 100644 --- a/swank.lisp +++ b/swank.lisp @@ -3141,7 +3141,7 @@ DSPEC is a string and LOCATION a source location. NAME is a string." (symbol (find-class spec)) ((cons (eql eql)) (make-instance 'swank-mop:eql-specializer - :object (second spec))))) + :object (eval (second spec)))))) specializers)))) (t (eval sexp)))))