chiark / gitweb /
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 1bfb34fb92926b65a0c905d224671b08d1d6e0c8..c3c61d6c534fb4786707e1626d6e735b110f796f 100644 (file)
@@ -87,7 +87,8 @@ (defun output-module (module reason stream)
   "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