X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-aclrepl%2Frepl.lisp;h=db3c251d2faa44a8b3efe05c4867499a48159b66;hb=d94c1b4a8c534bde146823f56558faf37cd4c4d7;hp=9f7dcdcc16406be223e41b084a2a76f2b0f58965;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/contrib/sb-aclrepl/repl.lisp b/contrib/sb-aclrepl/repl.lisp index 9f7dcdc..db3c251 100644 --- a/contrib/sb-aclrepl/repl.lisp +++ b/contrib/sb-aclrepl/repl.lisp @@ -553,7 +553,7 @@ (sb-debug::error-debug-command))))) (defun frame-cmd () - (sb-debug::print-frame-call sb-debug::*current-frame*)) + (sb-debug::print-frame-call sb-debug::*current-frame* t)) (defun zoom-cmd () )