Changeset 12820
- Timestamp:
- 07/22/10 18:21:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.21.x/abcl/src/org/armedbear/lisp/debug.lisp
r12587 r12820 86 86 (fresh-line *debug-io*) 87 87 (with-standard-io-syntax 88 (let ((*print-structure* nil)) 88 (let ((*print-structure* nil) 89 (*print-readably* nil)) 89 90 (when (and *load-truename* (streamp *load-stream*)) 90 91 (simple-format *debug-io*
Note: See TracChangeset
for help on using the changeset viewer.