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/host.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host.lisp') diff --git a/src/host.lisp b/src/host.lisp index 0f4106f..c8c882c 100644 --- a/src/host.lisp +++ b/src/host.lisp @@ -197,4 +197,4 @@ entries." (defprop has-hostattrs :posix (k &rest vs) "Push hostattrs VS of type K." (:desc (format nil "Has hostattr~P ~A ~{~A~^, ~}" (length vs) k vs)) - (:hostattrs (apply #'push-hostattrs k vs))) + (:hostattrs (push-hostattrs k vs))) -- cgit v1.2.3