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:
b7e6c5e
)
When pretty-printing code, abbreviate quotations.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 24 Sep 2009 07:21:53 +0000
(
00:21
-0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 24 Sep 2009 07:21:53 +0000
(
00:21
-0700)
src/runtime/pp.scm
patch
|
blob
|
history
diff --git
a/src/runtime/pp.scm
b/src/runtime/pp.scm
index 3bf83b8ebf8a93c78b99fdcaaa165237a3d153cb..1dc0474858ce1e15abcc1448ac9bd41f7fca26fc 100644
(file)
--- a/
src/runtime/pp.scm
+++ b/
src/runtime/pp.scm
@@
-217,7
+217,10
@@
USA.
(fluid-let ((x-size (- (or *pp-forced-x-size* (output-port/x-size port)) 1))
(output-port port)
(*unparse-uninterned-symbols-by-name?*
- *pp-uninterned-symbols-by-name*))
+ *pp-uninterned-symbols-by-name*)
+ (*unparse-abbreviate-quotations?*
+ (or as-code?
+ *unparse-abbreviate-quotations?*)))
(let* ((numerical-walk
(if *pp-avoid-circularity?*
numerical-walk-avoid-circularities