mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
Merge remote-tracking branch 'origin/develop' into revert
This commit is contained in:
commit
f5cba162c2
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