Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/pcl/gray-streams.lisp
    ... ... @@ -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."))