(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

@ -1,3 +1,7 @@
2009-06-27 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2009-06-27 Chong Yidong <cyd@stupidchicken.com>
* faces.el (x-handle-named-frame-geometry): Ensure that we have

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]