1.0.32.13: WITH-STANDARD-IO-SYNTAX must also bind *PRINT-PPRINT-DISPATCH*...
authortrittweiler <trittweiler>
Fri, 6 Nov 2009 22:07:57 +0000 (22:07 +0000)
committertrittweiler <trittweiler>
Fri, 6 Nov 2009 22:07:57 +0000 (22:07 +0000)
commit2a1df4bcc815f763fac346f32fbe535b39a0d2e1
tree696c85f4cb775b53f0d8e7b9efb823fb428906ec
parent95591ed483dbb8c0846c129953acac1554f28809
1.0.32.13: WITH-STANDARD-IO-SYNTAX must also bind *PRINT-PPRINT-DISPATCH*...

...'cuz CLHS says so. We bind it to the standard pprint dispatch
table, and guard against its modification in SET-PPRINT-DISPATCH,
mimicking the guard against modification of the standard readtable
introduced in 1.0.24.
NEWS
package-data-list.lisp-expr
src/code/condition.lisp
src/code/globals.lisp
src/code/pprint.lisp
src/code/print.lisp
tests/pprint.impure.lisp
tests/print.impure.lisp