From: Juho Snellman Date: Sat, 1 Oct 2005 13:01:11 +0000 (+0000) Subject: 0.9.5.14: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ebbca8290ee358edb1533f30c250f0b25d20f1c4;p=sbcl.git 0.9.5.14: Explicitly bind *PRINT-PRETTY* to T when printing the symbol conflict resolution prompt, to make the output less ugly in Slime (sldb binds *PRINT-PRETTY* to NIL). --- diff --git a/src/code/target-package.lisp b/src/code/target-package.lisp index 673d170..c9ff756 100644 --- a/src/code/target-package.lisp +++ b/src/code/target-package.lisp @@ -756,7 +756,8 @@ error if any of PACKAGES is not a valid package designator." :interactive (lambda () (let* ((len (length symbols)) - (nlen (length (write-to-string len :base 10)))) + (nlen (length (write-to-string len :base 10))) + (*print-pretty* t)) (format *query-io* "~&~@