Small typo.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-02-15 18:58:23 +01:00
parent 8697d90d4b
commit afdd5b9831

View file

@ -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)))