Skip to content
Snippets Groups Projects
Commit 39c24612 authored by Raymond Toy's avatar Raymond Toy
Browse files

Increase *ERROR-PRINT-LINES* to a 10.

Five is a bit small, especially when printing out the message from
issue #5.
parent e791b596
No related branches found
No related tags found
No related merge requests found
...@@ -1665,7 +1665,7 @@ ...@@ -1665,7 +1665,7 @@
"The value for *Print-Level* when printing compiler error messages.") "The value for *Print-Level* when printing compiler error messages.")
(defvar *error-print-length* 5 (defvar *error-print-length* 5
"The value for *Print-Length* when printing compiler error messages.") "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.") "The value for *Print-Lines* when printing compiler error messages.")
(defvar *enclosing-source-cutoff* 1 (defvar *enclosing-source-cutoff* 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment