diff options
Diffstat (limited to 'frame.lisp')
| -rw-r--r-- | frame.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ (uiop:define-package - :solar-short/frame + :haiku-book/frame (:export) - (:mix-reexport :solar-short/class) + (:mix-reexport :haiku-book/class) (:mix :clim :clim-lisp)) -(in-package :solar-short/frame) +(in-package :haiku-book/frame) (define-application-frame read-haiku |
