Skip to content

Commit

Permalink
Merge pull request #4 from hjstein/master
Browse files Browse the repository at this point in the history
Fixed incorrect quote character.
  • Loading branch information
blindglobe committed Apr 20, 2015
2 parents 9cda4b8 + 9e5c8fc commit f9c88da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unittests/unittests.lisp
Expand Up @@ -258,7 +258,7 @@ are discarded \(that is, the body is an implicit PROGN)."

(defmacro our-let (binds &body body)
"test let"
`((lambda ,(mapcar #(lambda (x)
`((lambda ,(mapcar #'(lambda (x)
(if (consp x) (car x) x))
binds)
,@body)
Expand Down

0 comments on commit f9c88da

Please sign in to comment.