src/module-output.lisp: Set right margin to 77 characters.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Dec 2015 18:32:22 +0000 (18:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:41 +0000 (14:40 +0100)
This is my usual target width.

src/module-output.lisp

index 1bfb34f..c3c61d6 100644 (file)
@@ -87,7 +87,8 @@
   "Write the MODULE to STREAM, giving the output machinery the REASON.
 
    This is the top-level interface for producing output."
-  (let ((*done-one-off-output* nil)
+  (let ((*print-right-margin* 77)
+       (*done-one-off-output* nil)
        (sequencer (make-instance 'sequencer))
        (stream (if (typep stream 'position-aware-output-stream)
                    stream