From d39ccc1403762b19b9966493342867b115294a2e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 20 Mar 2021 12:39:58 -0700 Subject: add and use :CONSFIGURATOR named readtable Signed-off-by: Sean Whitton --- src/property/user.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/user.lisp') diff --git a/src/property/user.lisp b/src/property/user.lisp index d9569b1..3a5e918 100644 --- a/src/property/user.lisp +++ b/src/property/user.lisp @@ -16,7 +16,7 @@ ;;; along with this program. If not, see . (in-package :consfigurator.property.user) -(named-readtables:in-readtable :interpol-syntax) +(named-readtables:in-readtable :consfigurator) (defprop has-account :posix (user-name) "Ensure there is an account for USER-NAME." -- cgit v1.2.3