[mcclim-cvs] CVS mcclim/Drei

afuchs afuchs at common-lisp.net
Wed Dec 19 01:19:26 UTC 2007


Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv18203

Modified Files:
	lisp-syntax-swank.lisp 
Log Message:
Use keywords to name modules instead of lower-case strings.

Stelian Ionescu again: lc strings mess up the check whether a module is loaded
already.


--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp	2007/12/19 01:15:31	1.8
+++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp	2007/12/19 01:19:26	1.9
@@ -30,8 +30,8 @@
 
 ;; We need these modules loaded.
 (eval-when (:compile-toplevel :load-toplevel :execute)
-  (swank:swank-require "swank-c-p-c")
-  (swank:swank-require "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.




More information about the Mcclim-cvs mailing list