(defstruct): Fix :conc-name spec.
authorJohan Bockgård <bojohan@gnu.org>
Sat, 27 Jun 2009 22:09:39 +0000 (22:09 +0000)
committerJohan Bockgård <bojohan@gnu.org>
Sat, 27 Jun 2009 22:09:39 +0000 (22:09 +0000)
lisp/ChangeLog
lisp/emacs-lisp/cl-specs.el

index bb3c17e..af4e904 100644 (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
index 4c07bdb..31a42b1 100644 (file)
    [&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]