X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fcommand.scm;h=95e04c5282b83d6b05a991071d62f7788340fe02;hp=c8cf3624e3b24c5d9e63d5401551cd1b70e0b2b4;hb=4070fd4d76faaab3a07a055c21f30e0481310105;hpb=e942236a7af8d921ad49b58237286214bfd23fe9 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 ...) ...)))