|
(defmethod trivial-gray-streams:stream-line-column (stream) |
This needs to specialize on formatting-stream.
On Lispworks that errors, because LispWorks exports stream-line-column and by default doesn't allow methods that are not specialized (so actually specilized on T) for such generic functions.