From 6cbf99917c2dcc17f7e7555b461b3f032544d584 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 27 Feb 2016 12:46:06 -0800 Subject: [PATCH] Fix over-long line. --- src/runtime/option.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.25.1