aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property.lisp b/src/property.lisp
index ad67eab..16803dd 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -139,8 +139,8 @@ Called by property :HOSTATTRS, :APPLY and :UNAPPLY subroutines."
"Push new static informational attributes VS of type KEY.
Called by property :HOSTATTRS subroutines."
- (loop for v in vs
- do (push v (getf (slot-value *host* 'hostattrs) k))))
+ (dolist (v vs)
+ (push v (getf (slot-value *host* 'hostattrs) k))))
(defun require-data (iden1 iden2)
"Wrapper around PUSH-HOSTATTRS to indicate that a piece of prerequisite data