From: Chris Hanson Date: Sat, 27 Feb 2016 20:46:06 +0000 (-0800) Subject: Fix over-long line. X-Git-Tag: mit-scheme-pucked-9.2.12~261^2~125 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6cbf99917c2dcc17f7e7555b461b3f032544d584;p=mit-scheme.git Fix over-long line. --- diff --git a/src/runtime/option.scm b/src/runtime/option.scm index 8da212b4e..722a1a1a1 100644 --- a/src/runtime/option.scm +++ b/src/runtime/option.scm @@ -56,7 +56,9 @@ USA. (define (make-load-environment) (let ((e (extend-top-level-environment system-global-environment))) - (environment-define e '*PARSER-CANONICALIZE-SYMBOLS?* (make-parameter #t)) + (environment-define e + '*PARSER-CANONICALIZE-SYMBOLS?* + (make-parameter #t)) e)) (if (memq name loaded-options)