X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fgray-streams.lisp;h=c09524afe8985868a9935f936d971f521d6c3746;hb=56f96e77ade913d6363a3068c94e60f44ae9b3e7;hp=02a3a06a7bf9ad1a3dcb6da7ec6567c073b49211;hpb=8eb6f7d3da3960c827b704e23b5a47008274be7d;p=sbcl.git diff --git a/src/pcl/gray-streams.lisp b/src/pcl/gray-streams.lisp index 02a3a06..c09524a 100644 --- a/src/pcl/gray-streams.lisp +++ b/src/pcl/gray-streams.lisp @@ -288,7 +288,7 @@ (defmethod stream-start-line-p ((stream fundamental-character-output-stream)) (eql (stream-line-column stream) 0)) -(defgeneric stream-write-string (stream string &optional (start 0) end) +(defgeneric stream-write-string (stream string &optional start end) #+sb-doc (:documentation "This is used by WRITE-STRING. It writes the string to the stream,