From f2f487abcb06afb9226ef7337754dbe2323a6c09 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 7 Jun 2021 09:26:51 -0700 Subject: use PUNAPPLY not just UNAPPLY & export symbol plist entry names At least for now let's not prefix all the SETPROP symbol plist entry names with 'p', but at least avoid having to remember which of :APPLY and :UNAPPLY subroutines are in a slot prefixed with a 'p'. Signed-off-by: Sean Whitton --- src/combinator.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/combinator.lisp') diff --git a/src/combinator.lisp b/src/combinator.lisp index f9e1409..7ba8ad6 100644 --- a/src/combinator.lisp +++ b/src/combinator.lisp @@ -171,7 +171,7 @@ apply the elements of REQUIREMENTS in reverse order." ;; subroutine is only to check compatibility (with-preserve-hostattrs (apply #'propattrs psym args))) - :apply (get psym 'unapply) + :apply (get psym 'punapply) :unapply (get psym 'papply) :args args))) -- cgit v1.2.3