mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Small typo.
This commit is contained in:
parent
8697d90d4b
commit
afdd5b9831
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
;; (FUNCALL macro-expression ...)
|
||||
((let ((name (first fun)))
|
||||
(setq fd (and (symbolp name)
|
||||
;; We do not want to macroexpad 'THE
|
||||
;; We do not want to macroexpand 'THE
|
||||
(not (eq name 'THE))
|
||||
(cmp-macro-function name))))
|
||||
(c1funcall (list* (cmp-expand-macro fd fun) arguments)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue