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