From 244bb89c73d6829c68e2e7c3270d146493981fbc Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 26 Jul 2026 01:00:46 +0100 Subject: First working version --- all.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'all.lisp') diff --git a/all.lisp b/all.lisp index 2830a7f..fa0b0d1 100644 --- a/all.lisp +++ b/all.lisp @@ -1,6 +1,6 @@ (uiop:define-package - :simple-text-clim-frame/all + :solar-short/all (:export) (:mix-reexport - :simple-text-clim-frame/frame - :simple-text-clim-frame/class)) + :solar-short/frame + :solar-short/class)) -- cgit v1.2.3