aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 6b8dbb1..f5c9680 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -46,7 +46,7 @@
(when apply
(setf (get sym 'papply) apply))
(when unapply
- (setf (get sym 'unapply) unapply))
+ (setf (get sym 'punapply) unapply))
sym)
(defun isprop (prop)
@@ -110,7 +110,7 @@
(with-some-errors-are-failed-change
(let ((check (get prop 'check))
(apply (get prop 'apply))
- (unapply (get prop 'unapply)))
+ (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
;; is no :APPLY then we can infer that there is nothing on the host to