aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-29 16:02:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-30 10:03:03 -0700
commitcdbde348be913d3f08b73c7f585077b0e180e849 (patch)
treed3d3e717c5117ddd05119eecddeb2b98685814c8 /src/property.lisp
parentce0508b14feb969555e8f8ecb1c2a7e6a3d48339 (diff)
downloadconsfigurator-cdbde348be913d3f08b73c7f585077b0e180e849.tar.gz
PROPAPPUNAPPLY: call PROPUNAPPLY, not PROPAPPUNAPPLY again
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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 9fe0c72..597d9bc 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -115,7 +115,7 @@
(defun propappunapply (propapp)
(if propapp
- (apply #'propappunapply propapp)
+ (apply #'propunapply propapp)
:no-change))
(defvar *known-properties* nil