[slime-cvs] CVS update: slime/swank-loader.lisp

Helmut Eller heller at common-lisp.net
Thu Jan 22 00:09:15 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv4160

Modified Files:
	swank-loader.lisp 
Log Message:
Don't reference the swank package at read-time.
Date: Wed Jan 21 19:09:15 2004
Author: heller

Index: slime/swank-loader.lisp
diff -u slime/swank-loader.lisp:1.14 slime/swank-loader.lisp:1.15
--- slime/swank-loader.lisp:1.14	Mon Jan 19 15:15:19 2004
+++ slime/swank-loader.lisp	Wed Jan 21 19:09:15 2004
@@ -7,7 +7,7 @@
 ;;; This code has been placed in the Public Domain.  All warranties
 ;;; are disclaimed.
 ;;;
-;;;   $Id: swank-loader.lisp,v 1.14 2004/01/19 20:15:19 lgorrie Exp $
+;;;   $Id: swank-loader.lisp,v 1.15 2004/01/22 00:09:15 heller Exp $
 ;;;
 
 (cl:defpackage :swank-loader
@@ -76,7 +76,7 @@
   (list* (make-swank-pathname "swank-backend") *swank-pathname*
          *sysdep-pathnames*))
 
-(swank:warn-unimplemented-interfaces)
+(funcall (intern (string :warn-unimplemented-interfaces) :swank))
 
 (when (user-init-file)
   (load (user-init-file)))





More information about the slime-cvs mailing list