Skip to content
Snippets Groups Projects
Commit c2883d3f authored by ram's avatar ram
Browse files

Fixed TS-BUFFER-SET-STREAM to pass the stream back when it calls

TS-STREAM-SET-LINE-LENGTH.
parent dee1e58e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.4 1991/02/08 16:38:37 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.5 1991/02/20 02:31:37 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
ts))) ts)))
(setf (ts-data-stream ts) stream) (setf (ts-data-stream ts) stream)
(wire:remote (ts-data-wire ts) (wire:remote (ts-data-wire ts)
(ts-stream-set-line-length (ts-buffer-line-length ts)))) (ts-stream-set-line-length stream (ts-buffer-line-length ts))))
nil) nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment