common-lisp.net
/
users/frideau/fare-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
54e9951
)
Yet another tweak to error-behaviour: remove unnecessary bindings.
author
Francois-Rene Rideau
<tunes@google.com>
Thu, 31 May 2012 19:48:56 +0000 (15:48 -0400)
committer
Francois-Rene Rideau
<tunes@google.com>
Thu, 31 May 2012 19:48:56 +0000 (15:48 -0400)
base/macros.lisp
patch
|
blob
|
blame
|
history
diff --git
a/base/macros.lisp
b/base/macros.lisp
index
8e44aca
..
7e355d9
100644
(file)
--- a/
base/macros.lisp
+++ b/
base/macros.lisp
@@
-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))))))