[slime-cvs] CVS slime

heller heller at common-lisp.net
Mon Jun 2 18:24:41 UTC 2008


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

Modified Files:
	swank-cmucl.lisp 
Log Message:
(accept-connection): Fix the typo that I introduced.


--- /project/slime/cvsroot/slime/swank-cmucl.lisp	2008/06/02 18:11:16	1.180
+++ /project/slime/cvsroot/slime/swank-cmucl.lisp	2008/06/02 18:24:41	1.181
@@ -103,7 +103,7 @@
   (declare (ignore timeout))
   (make-socket-io-stream (ext:accept-tcp-connection socket) 
                          (or buffering :full)
-                         (or external-format :iso-latin-1-unix)))
+                         (or external-format :iso-8859-1)))
 
 ;;;;; Sockets
 




More information about the slime-cvs mailing list