[climacs-cvs] CVS climacs
    thenriksen 
    thenriksen at common-lisp.net
       
    Sat Sep  9 18:21:03 UTC 2006
    
    
  
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv29495
Modified Files:
	io.lisp 
Log Message:
Fix related to ESA changes.
--- /project/climacs/cvsroot/climacs/io.lisp	2006/09/08 18:12:03	1.7
+++ /project/climacs/cvsroot/climacs/io.lisp	2006/09/09 18:21:02	1.8
@@ -38,6 +38,6 @@
                                 (subseq seq 0 count)))))
 
 (defmethod frame-make-buffer-from-stream ((application-frame climacs) stream)
-  (let* ((buffer (make-new-buffer application-frame)))
+  (let* ((buffer (make-new-buffer)))
     (input-from-stream stream buffer 0)
     buffer))
    
    
More information about the Climacs-cvs
mailing list