mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-22 12:33:39 -08:00
parent
cf416f6fd4
commit
b6a4d4a851
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ as a STRUCTURE doc and can be retrieved by (documentation 'NAME 'structure)."
|
|||
|
||||
;; Check the named option and set the predicate.
|
||||
(when (and type (not named))
|
||||
(when predicate-specified
|
||||
(when (and predicate-specified predicate)
|
||||
(error "~S is an illegal structure predicate."
|
||||
predicate))
|
||||
(setq predicate nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue