Yet another tweak to error-behaviour: remove unnecessary bindings.
authorFrancois-Rene Rideau <tunes@google.com>
Thu, 31 May 2012 19:48:56 +0000 (15:48 -0400)
committerFrancois-Rene Rideau <tunes@google.com>
Thu, 31 May 2012 19:48:56 +0000 (15:48 -0400)
base/macros.lisp

index 8e44aca..7e355d9 100644 (file)
@@ -412,9 +412,6 @@ outputs a tag plus a list of variable and their values, returns the last value"
     (with-standard-io-syntax
       (let ((*read-eval* nil)
            (*print-readably* nil)
-           (*print-pretty* nil)
-           (*print-length* nil)
-           (*print-level* nil)
            (*print-circle* t))
        (apply #'error e r))))))