You can now kiss the frog!
[mudsync.git] / mudsync / command.scm
index c8cf3624e3b24c5d9e63d5401551cd1b70e0b2b4..8d512c2dcf47d1a2b037fcd5e00eca0a2904f2e7 100644 (file)
@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of Mudsync.
 ;;;
@@ -91,7 +91,7 @@
                        ...))))))
 
 (define-syntax-rule (build-commands (verb-or-verbs cmd-defs ...) ...)
-  (wrap-rmeta-slot
+  (build-rmeta-slot
    (append (%build-command verb-or-verbs cmd-defs ...) ...)))