mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Fixed typo in error message from LOCAL-FUNCION-REF (J. James).
This commit is contained in:
parent
87d159a45d
commit
d9a7ebb50c
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@
|
|||
(when (functionp fun)
|
||||
(when build-object
|
||||
;; Macro definition appears in #'.... This should not happen.
|
||||
(cmperr "The name of a macro ~A was found in special form FUNCTION." name))
|
||||
(cmperr "The name of a macro ~A was found in special form FUNCTION." fname))
|
||||
(return-from local-function-ref nil))
|
||||
(incf (fun-ref fun))
|
||||
(cond (build-object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue