aboutsummaryrefslogtreecommitdiff
path: root/src/propspec.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-18 09:44:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 09:55:57 -0700
commit966ee4cf86635ce89af217ae3b8106b0a67b2f49 (patch)
treef563015223e9381f3746a7c68e0e31f508ed1cad /src/propspec.lisp
parent9288d579cce868af02e442ad8d910c06b710ef53 (diff)
downloadconsfigurator-966ee4cf86635ce89af217ae3b8106b0a67b2f49.tar.gz
update symbol name
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/propspec.lisp')
-rw-r--r--src/propspec.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/propspec.lisp b/src/propspec.lisp
index 335def7..0044d52 100644
--- a/src/propspec.lisp
+++ b/src/propspec.lisp
@@ -327,6 +327,6 @@ apply the elements of REQUIREMENTS in reverse order."
(strcat "Unapply: " (apply #'propdesc psym args)))
:check (complement (get psym 'check))
:apply (get psym 'unapply)
- :unapply (get psym 'apply)
+ :unapply (get psym 'papply)
:args args)))