aboutsummaryrefslogtreecommitdiff
path: root/src/combinator.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/combinator.lisp')
-rw-r--r--src/combinator.lisp2
1 files changed, 1 insertions, 1 deletions
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)))