[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Wed Jan 9 22:15:50 UTC 2008


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

Modified Files:
	lisp-syntax-swank.lisp 
Log Message:
Use internal symbols for swank-require.


--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp	2008/01/09 22:12:59	1.10
+++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-swank.lisp	2008/01/09 22:15:49	1.11
@@ -33,8 +33,8 @@
   ;; Oh my! This is so we "gracefully" handle older Swanks that do not
   ;; have `swank-require'. We just hope they have the symbols we need
   ;; anyway.
-  (ignore-errors (swank:swank-require :swank-c-p-c)
-                 (swank:swank-require :swank-arglists)))
+  (ignore-errors (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