Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
e8a0cc6c
by Raymond Toy at 2022-10-30T15:03:27+00:00
-
0dad5a1a
by Raymond Toy at 2022-10-30T15:03:28+00:00
1 changed file:
Changes:
... | ... | @@ -235,6 +235,9 @@ |
235 | 235 | defined for this function, although it is permissible for it to
|
236 | 236 | always return NIL."))
|
237 | 237 | |
238 | +(defmethod stream-line-column ((stream fundamental-character-output-stream))
|
|
239 | + nil)
|
|
240 | + |
|
238 | 241 | ;;; Stream-line-length is a CMUCL extension to Gray streams.
|
239 | 242 | (defgeneric stream-line-length (stream)
|
240 | 243 | (:documentation _N"Return the stream line length or Nil."))
|