]> code.delx.au - gnu-emacs/blobdiff - test/automated/eieio-test-persist.el
lisp/emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.
[gnu-emacs] / test / automated / eieio-test-persist.el
index 5ea7cf25740815d907195fc91c360c6d037ce4f3..d6f7c90e18c71233e5392fd51c8bfd9ba3d16862 100644 (file)
@@ -203,7 +203,7 @@ persistent class.")
 ;; A slot that contains another object that isn't persistent
 (defclass persistent-with-objs-list-slot (eieio-persistent)
   ((pnp :initarg :pnp
-       :type persist-not-persistent-list
+       :type (list-of persist-not-persistent)
        :initform nil))
   "Class for testing the saving of slots with objects in them.")