From 463654cf07b06cab40d6b4a08ed6a6a456850fbe Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 8 Jun 2021 09:08:57 -0700 Subject: PROPUNAPPLY: fix finding the :APPLY subroutine Signed-off-by: Sean Whitton --- src/property.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/property.lisp b/src/property.lisp index 499e061..332ef2c 100644 --- a/src/property.lisp +++ b/src/property.lisp @@ -113,7 +113,7 @@ (defun propunapply (prop &rest args) (with-some-errors-are-failed-change (let ((check (get prop 'check)) - (apply (get prop 'apply)) + (apply (get prop 'papply)) (unapply (get prop 'punapply))) ;; Only fail if there's no :UNAPPLY when there is an :APPLY, because ;; that is the case in which we can't do what was requested. If there -- cgit v1.2.3