[slime-cvs] CVS update: slime/swank-scheme48/io.scm

Helmut Eller heller at common-lisp.net
Wed Sep 21 11:44:33 UTC 2005


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

Modified Files:
	io.scm 
Log Message:
(empty-swank-output-buffer): Rename :read-output to :write-string.
Date: Wed Sep 21 13:44:32 2005
Author: heller

Index: slime/swank-scheme48/io.scm
diff -u slime/swank-scheme48/io.scm:1.1 slime/swank-scheme48/io.scm:1.2
--- slime/swank-scheme48/io.scm:1.1	Sun Sep 18 23:10:21 2005
+++ slime/swank-scheme48/io.scm	Wed Sep 21 13:44:32 2005
@@ -41,7 +41,7 @@
     (if (maybe-commit)
         (begin (send-outgoing-swank-message
                    (placeholder-value (port-data port))
-                 `(:READ-OUTPUT ,string))
+                 `(:WRITE-STRING ,string))
                #t)
         #f)))
 




More information about the slime-cvs mailing list