From f8eb03227054d4fcc07ef5d87f7e651f11242c77 Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 18 Oct 2023 13:25:17 +0200 Subject: [PATCH] re-export uiop:println --- src/ciel.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ciel.lisp b/src/ciel.lisp index 34a6153..0c5d916 100644 --- a/src/ciel.lisp +++ b/src/ciel.lisp @@ -38,6 +38,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable '(:define-package ;; shall we override defpackage? :find-symbol* :format! + :println :symbol-call :not-implemented-error :command-line-arguments))