Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv17976/Drei
Modified Files: lisp-syntax-swank.lisp Log Message: Change the (load (swank::find-module ...)) forms to use swank-require.
Suggested by Stelian Ionescu.
--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp 2007/12/11 18:46:27 1.7 +++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp 2007/12/19 01:15:31 1.8 @@ -30,8 +30,8 @@
;; We need these modules loaded. (eval-when (:compile-toplevel :load-toplevel :execute) - (load (swank::find-module "swank-c-p-c")) - (load (swank::find-module "swank-arglists"))) + (swank:swank-require "swank-c-p-c") + (swank:swank-require "swank-arglists"))
;; If this file is loaded, make local Swank the default way of ;; interacting with the image.