X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/dbac800b3d4476312e1fc73e87931f31cdfdd9a0..52a79ab8b310a785f2c2f1a11069f3a5ad53810c:/src/module-impl.lisp diff --git a/src/module-impl.lisp b/src/module-impl.lisp index 89e1ffb..9e74b27 100644 --- a/src/module-impl.lisp +++ b/src/module-impl.lisp @@ -45,7 +45,7 @@ (defmethod shared-initialize :after ((module module) slot-names &key pset) (defmethod finalize-module ((module module)) (let* ((pset (module-pset module)) - (class (get-property pset :lisp-class :symbol 'module))) + (class (get-property pset :module-class :symbol 'module))) ;; Always call `change-class', even if it's the same one; this will ;; exercise the property-set fiddling in `shared-initialize' and we can