mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
mapcar-expand: fix-typo
This commit is contained in:
parent
c2af9fe775
commit
7320c9049c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue