Clozure CL save-application fixes
src/qt.lisp
Tue May 19 16:32:42 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Clozure CL save-application fixes
--- old-qt.gui/src/qt.lisp 2014-10-30 07:50:22.000000000 +0100
+++ new-qt.gui/src/qt.lisp 2014-10-30 07:50:22.000000000 +0100
@@ -31,7 +31,7 @@
(*qt-smoke* "qt_Smoke")
(init-qt-smoke "init_qt_Smoke"))
-(smoke:eval-startup (:compile-toplevel :execute)
+(eval-when (:load-toplevel :compile-toplevel :execute)
(use-foreign-library libqt-smoke-extra))
(defun new (class-name method-name &rest args)