Skip to content
Snippets Groups Projects
Commit d2bf5a92 authored by camm's avatar camm
Browse files

Michael Koehne's ansi patches, Thanks!

parent d0e3245f
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
(with-standard-io-syntax (format *debug-io* "~%~A~%" params))) (with-standard-io-syntax (format *debug-io* "~%~A~%" params)))
(finish-output *debug-io*)) (finish-output *debug-io*))
(setf (readtable-case *readtable*) readcase) ; (setf (readtable-case *readtable*) readcase)
(let* ((str (handler-case (let* ((str (handler-case
(with-output-to-string (s) (write obj :stream s)) (with-output-to-string (s) (write obj :stream s))
(print-not-readable (print-not-readable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment