Changeset 12820


Ignore:
Timestamp:
07/22/10 18:21:34 (13 years ago)
Author:
ehuelsmann
Message:

Backport part of r12814 which applies to r12809.

Note: the remainder of the r12814 relates to code not in the branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.21.x/abcl/src/org/armedbear/lisp/debug.lisp

    r12587 r12820  
    8686    (fresh-line *debug-io*)
    8787    (with-standard-io-syntax
    88       (let ((*print-structure* nil))
     88      (let ((*print-structure* nil)
     89      (*print-readably* nil))
    8990        (when (and *load-truename* (streamp *load-stream*))
    9091          (simple-format *debug-io*
Note: See TracChangeset for help on using the changeset viewer.