aboutsummaryrefslogtreecommitdiff
path: root/src/property/postfix.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-03 09:34:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:47:02 -0700
commit006d3969bad1f84c0133a36ed9a623b59bd01c0e (patch)
treeb16c80a6b3d9930dc98f3e3d141a8dabd075b05d /src/property/postfix.lisp
parent6195f10ed2c7c8999b2fd8078a12c6c84cb5a592 (diff)
downloadconsfigurator-006d3969bad1f84c0133a36ed9a623b59bd01c0e.tar.gz
rename basic propapp accessors
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/postfix.lisp')
-rw-r--r--src/property/postfix.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/postfix.lisp b/src/property/postfix.lisp
index 82a2ae2..75e25ec 100644
--- a/src/property/postfix.lisp
+++ b/src/property/postfix.lisp
@@ -37,10 +37,10 @@
(reloaded))))
(define-function-property-combinator mapped-file
- (propapp &optional (file (car (propappargs propapp))))
+ (propapp &optional (file (car (propapp-args propapp))))
"Apply PROPAPP, and if it makes a change, run postmap(1) on FILE, which
defaults to the first argument to PROPAPP."
- (:retprop :type (propapptype propapp)
+ (:retprop :type (propapp-type propapp)
:desc (get (car propapp) 'desc)
:check (get (car propapp) 'check)
:hostattrs (get (car propapp) 'hostattrs)