aboutsummaryrefslogtreecommitdiff
path: root/src/propspec.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-16 11:51:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-16 11:52:12 -0700
commitcf47af18e948a54520568f88547ca2e463fe9148 (patch)
tree83b9eae0bbad2b015f67fcd8087f82305102365b /src/propspec.lisp
parentc820c21bd9f8c977a4a6ecaf4d506fdcdfc9dce2 (diff)
downloadconsfigurator-cf47af18e948a54520568f88547ca2e463fe9148.tar.gz
rename some symbols to avoid using names defined by CL package
The point of using non-keywords here is to avoid clashes with other packages. 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 7f2019d..0a93e8e 100644
--- a/src/propspec.lisp
+++ b/src/propspec.lisp
@@ -316,7 +316,7 @@ application specification expression to a property application specification."
(define-function-property-combinator unapply (propapp)
(destructuring-bind (psym . args) propapp
(retprop :type (proptype psym)
- :lambda (propargs psym)
+ :lambda (proplambda psym)
:desc (lambda (&rest args)
(strcat "Unapply: " (apply #'propdesc psym args)))
:check (complement (get psym 'check))