mapcar-expand: fix-typo

This commit is contained in:
Daniel Kochmanski 2017-08-10 20:32:02 +02:00
parent c2af9fe775
commit 7320c9049c

View file

@ -21,7 +21,7 @@
(cmpwarn "Too few arguments to function ~A in form: ~A" (first whole) whole)
(return-from expand-mapcar
`(si:simple-program-error
"Too few arguments to function ~A in form: ~A" ',(first whole) ,whole)))
"Too few arguments to function ~A in form: ~A" ',(first whole) ',whole)))
(let ((which (first whole)))
(when (eq which 'FUNCALL)
(setf whole (rest whole)