(defstruct): Fix :conc-name spec.

This commit is contained in:
Johan Bockgård 2009-06-27 22:09:39 +00:00
parent 4189ed40b8
commit 00242b07fd
2 changed files with 5 additions and 1 deletions

View file

@ -292,7 +292,7 @@
[&or symbolp
(gate
symbolp &rest
(&or [":conc-name" &or stringp "nil"]
(&or [":conc-name" symbolp]
[":constructor" symbolp &optional cl-lambda-list]
[":copier" symbolp]
[":predicate" symbolp]