From: Christopher Allan Webber Date: Sun, 29 Jan 2017 23:41:37 +0000 (-0600) Subject: wrap-rmeta-slot -> build-rmeta-slot X-Git-Tag: fosdem-2017~44 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=4070fd4d76faaab3a07a055c21f30e0481310105 wrap-rmeta-slot -> build-rmeta-slot --- diff --git a/mudsync/command.scm b/mudsync/command.scm index c8cf362..95e04c5 100644 --- a/mudsync/command.scm +++ b/mudsync/command.scm @@ -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 ...) ...)))