From 366041fa8d9d3a5e7d267bf265497309516ab023 Mon Sep 17 00:00:00 2001 From: screwlisp Date: Thu, 2 Jul 2026 23:28:29 +1200 Subject: right the zine uses :my-system/all to find a frame --- all.lisp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 all.lisp (limited to 'all.lisp') diff --git a/all.lisp b/all.lisp new file mode 100644 index 0000000..2830a7f --- /dev/null +++ b/all.lisp @@ -0,0 +1,6 @@ +(uiop:define-package + :simple-text-clim-frame/all + (:export) + (:mix-reexport + :simple-text-clim-frame/frame + :simple-text-clim-frame/class)) -- cgit v1.2.3