(luna-make-entity-function): Send `initialize-instance'.
authormorioka <morioka>
Sat, 15 May 1999 10:06:42 +0000 (10:06 +0000)
committermorioka <morioka>
Sat, 15 May 1999 10:06:42 +0000 (10:06 +0000)
luna.el

diff --git a/luna.el b/luna.el
index abc3c69..bc23bc5 100644 (file)
--- a/luna.el
+++ b/luna.el
@@ -107,6 +107,7 @@ It must be plist and each slot name must have prefix `:'."
       (if s
          (aset v (get s 'luna-member-index) i)
        ))
+    (luna-send v 'initialize-instance v)
     v))
 
 (defsubst luna-class-find-member (class member-name)