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/util.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp index 44ae5b7..3afc228 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -16,6 +16,7 @@ ;;; along with this program. If not, see . (in-package :consfigurator) +(named-readtables:in-readtable :consfigurator) (defun noop (&rest args) "Accept any arguments and do nothing." -- cgit v1.2.3