From 847520da96836aaff641c4c82b87511fc65770c9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 20 Mar 2021 14:03:34 -0700 Subject: add and export WITH-PRESERVE-HOSTATTRS Signed-off-by: Sean Whitton --- src/propspec.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/propspec.lisp') diff --git a/src/propspec.lisp b/src/propspec.lisp index 99eaa4f..67e8c18 100644 --- a/src/propspec.lisp +++ b/src/propspec.lisp @@ -343,7 +343,7 @@ apply the elements of REQUIREMENTS in reverse order." ;; run the :HOSTATTRS subroutine but throw away any ;; new hostattrs; when unapplying, the :HOSTATTRS ;; subroutine is only to check compatibility - (let ((*host* (shallow-copy-host *host*))) + (with-preserve-hostattrs (apply #'propattrs psym args))) :apply (get psym 'unapply) :unapply (get psym 'papply) -- cgit v1.2.3