From: David Vázquez Date: Fri, 3 May 2013 15:00:00 +0000 (+0100) Subject: Fix typo X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=1e628ad0b6d390ac64bfc71f0c57fd8a153d8cc7;p=jscl.git Fix typo --- 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)