From 966ee4cf86635ce89af217ae3b8106b0a67b2f49 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 18 Mar 2021 09:44:15 -0700 Subject: update symbol name 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 335def7..0044d52 100644 --- a/src/propspec.lisp +++ b/src/propspec.lisp @@ -327,6 +327,6 @@ apply the elements of REQUIREMENTS in reverse order." (strcat "Unapply: " (apply #'propdesc psym args))) :check (complement (get psym 'check)) :apply (get psym 'unapply) - :unapply (get psym 'apply) + :unapply (get psym 'papply) :args args))) -- cgit v1.2.3