rmeta-slot: Rename wrap-rmeta-slot to build-rmeta-slot.
[8sync.git] / 8sync / actors.scm
index d6dc148812b1576a79e85093f19373d605aa4bde..fdeccf39090d6cddb9cdbd273f3db2a616c00d5b 100644 (file)
@@ -311,7 +311,7 @@ raise an exception if an error."
   "Construct an alist of (symbol . method), where the method is wrapped
 with wrap-apply to facilitate live hacking and allow the method definition
 to come after class definition."
-  (wrap-rmeta-slot
+  (build-rmeta-slot
    (list (cons (quote symbol)
                (wrap-apply method)) ...)))