X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fntrace.lisp;h=d666736a0099549b39b49eda289eec59064b62d5;hb=0f726536ee7ec85f3a9483a26d08bd7d1cd96750;hp=a5a4e44f71f193cf5ca558002a4efd4396bb8a72;hpb=ec6d4bd97d9adc6f4003747d8ca92fad7766ccfd;p=sbcl.git diff --git a/src/code/ntrace.lisp b/src/code/ntrace.lisp index a5a4e44..d666736 100644 --- a/src/code/ntrace.lisp +++ b/src/code/ntrace.lisp @@ -29,7 +29,7 @@ "If the trace indentation exceeds this value, then indentation restarts at 0.") -(defvar *trace-encapsulate-default* :default +(defvar *trace-encapsulate-default* t #+sb-doc "the default value for the :ENCAPSULATE option to TRACE") @@ -183,7 +183,7 @@ (dolist (entry *traced-entries*) (when (cdr entry) (incf depth))) (format t - "~@V,0T~W: " + "~V,0@T~W: " (+ (mod (* depth *trace-indentation-step*) (- *max-trace-indentation* *trace-indentation-step*)) *trace-indentation-step*)