aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/propspec.lisp2
1 files changed, 1 insertions, 1 deletions
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)))