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:
afc0b96
)
Change default value of repl:write-result-hash-numbers? as requested by GJS.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 Mar 2018 07:56:09 +0000
(
00:56
-0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 Mar 2018 07:56:09 +0000
(
00:56
-0700)
src/runtime/rep.scm
patch
|
blob
|
history
diff --git
a/src/runtime/rep.scm
b/src/runtime/rep.scm
index 59b67a0be6bad94140daddb3e3a7d38479cc3ec4..5e05cb25368308be05465c191bfd807ff000a8c2 100644
(file)
--- a/
src/runtime/rep.scm
+++ b/
src/runtime/rep.scm
@@
-30,7
+30,7
@@
USA.
(declare (usual-integrations))
(define repl:allow-restart-notifications? #t)
-(define repl:write-result-hash-numbers? #
t
)
+(define repl:write-result-hash-numbers? #
f
)
(define (initialize-package!)
(set! param:nearest-cmdl (make-unsettable-parameter #f))