[cmucl/cmucl][master] Increase *ERROR-PRINT-LINES* to a 10.

Raymond Toy pushed to branch master at cmucl / cmucl Commits: 39c24612 by Raymond Toy at 2015-06-13T23:22:58Z Increase *ERROR-PRINT-LINES* to a 10. Five is a bit small, especially when printing out the message from issue #5. - - - - - 1 changed file: - src/compiler/ir1util.lisp Changes: ===================================== src/compiler/ir1util.lisp ===================================== --- a/src/compiler/ir1util.lisp +++ b/src/compiler/ir1util.lisp @@ -1665,7 +1665,7 @@ "The value for *Print-Level* when printing compiler error messages.") (defvar *error-print-length* 5 "The value for *Print-Length* when printing compiler error messages.") -(defvar *error-print-lines* 5 +(defvar *error-print-lines* 10 "The value for *Print-Lines* when printing compiler error messages.") (defvar *enclosing-source-cutoff* 1 View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/39c246129881b43be8214737f9...
participants (1)
-
Raymond Toy