From c85b361044c1621b2d48597da36e427618aabc67 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 Apr 2022 09:41:01 -0700 Subject: add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstring Signed-off-by: Sean Whitton --- src/property/container.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/container.lisp') diff --git a/src/property/container.lisp b/src/property/container.lisp index b23d3df..a269b91 100644 --- a/src/property/container.lisp +++ b/src/property/container.lisp @@ -39,7 +39,7 @@ This property is usually set by properties which establish containers, like CHROOT:OS-BOOTSTRAPPED, rather than being added to DEFHOST forms." (:desc (format nil "~{~(~S~)~^, ~} ~:*~1{~#[are~;is~:;are~]~} contained" contained)) - (:hostattrs (apply #'push-hostattrs 'iscontained contained))) + (:hostattrs (push-hostattrs 'iscontained contained))) (defmacro when-contained ((&rest contained) &body propapps) "Macro property combinator. Apply each of PROPAPPS only when outside of any -- cgit v1.2.3