projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b72872
)
Fix over-long line.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 27 Feb 2016 20:46:06 +0000
(12:46 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 27 Feb 2016 20:46:06 +0000
(12:46 -0800)
src/runtime/option.scm
patch
|
blob
|
history
diff --git
a/src/runtime/option.scm
b/src/runtime/option.scm
index 8da212b4eded0eae5fb5750e005fd3b6d879bb10..722a1a1a1c6010d58827c6edb043bf1585feab33 100644
(file)
--- 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)