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