aboutsummaryrefslogtreecommitdiff
path: root/src/property/postfix.lisp
diff options
context:
space:
mode:
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)