aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-02 14:45:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-02 14:45:39 -0700
commit31ec2231bb0882d2a10fd141f3d1e03b6c4e47df (patch)
tree385c7946f4612b353c4b89b1b428801c5536981d /src/property.lisp
parent27c599b7370b70e2a3fe0ed39754039573b22574 (diff)
downloadconsfigurator-31ec2231bb0882d2a10fd141f3d1e03b6c4e47df.tar.gz
rename COLLAPSE-PROPAPP-TYPES -> COMBINE-PROPAPP-TYPES
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 3987764..aca6bbd 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -71,7 +71,7 @@
(defun collapse-types (&rest lists)
(if (member :lisp (flatten lists)) :lisp :posix))
-(defun collapse-propapp-types (&rest lists)
+(defun combine-propapp-types (&rest lists)
(if (member :lisp (mapcan (curry #'mapcar #'propapptype) lists))
:lisp :posix))