From 1e628ad0b6d390ac64bfc71f0c57fd8a153d8cc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Fri, 3 May 2013 16:00:00 +0100 Subject: [PATCH] Fix typo --- src/compiler.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.lisp b/src/compiler.lisp index 4a0ff5c..e02f253 100644 --- a/src/compiler.lisp +++ b/src/compiler.lisp @@ -1639,7 +1639,7 @@ ;; us replace the list representation version of the ;; function with the compiled one. ;; - #+jscl (setf (binding-value macro-binding) compiled) + #+jscl (setf (binding-value b) compiled) #+common-lisp (setf (gethash b *macroexpander-cache*) compiled) (setq expander compiled)))) expander) -- 1.7.10.4