X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fcommand.scm;h=8d512c2dcf47d1a2b037fcd5e00eca0a2904f2e7;hb=c2a2f4b942731c1ee6be479cc372c89aab88013a;hp=c8cf3624e3b24c5d9e63d5401551cd1b70e0b2b4;hpb=72bb4674c8058ada141da9f62a866e06381a8228;p=mudsync.git diff --git a/mudsync/command.scm b/mudsync/command.scm index c8cf362..8d512c2 100644 --- a/mudsync/command.scm +++ b/mudsync/command.scm @@ -1,5 +1,5 @@ ;;; Mudsync --- Live hackable MUD -;;; Copyright © 2016 Christopher Allan Webber +;;; Copyright © 2016 Christine Lemmer-Webber ;;; ;;; 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 ...) ...)))