[slime-cvs] CVS slime

ewiborg ewiborg at common-lisp.net
Tue Apr 18 07:47:09 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv13748

Modified Files:
	ChangeLog swank-corman.lisp 
Log Message:
Define a class file-stream to let swank.lisp
load.


--- /project/slime/cvsroot/slime/ChangeLog	2006/04/16 23:34:19	1.885
+++ /project/slime/cvsroot/slime/ChangeLog	2006/04/18 07:47:08	1.886
@@ -1,3 +1,8 @@
+2006-04-18  Espen Wiborg  <espenhw at grumblesmurf.org>
+
+	* swank-corman.lisp: Define a class file-stream to let swank.lisp
+	load.
+
 2005-04-17  Andras Simon <andras at renyi.hu>
 
 	* swank-abcl.lisp: (accept-connection): New argument: timeout.
--- /project/slime/cvsroot/slime/swank-corman.lisp	2006/03/22 16:40:01	1.6
+++ /project/slime/cvsroot/slime/swank-corman.lisp	2006/04/18 07:47:09	1.7
@@ -387,6 +387,9 @@
 
 ;;;; Inspecting
 
+;; Hack to make swank.lisp load, at least
+(defclass file-stream ())
+
 (defclass corman-inspector (inspector)
   ())
 




More information about the slime-cvs mailing list