aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp1
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
(in-package :consfigurator)
+(named-readtables:in-readtable :consfigurator)
(defun noop (&rest args)
"Accept any arguments and do nothing."