Skip to content
Snippets Groups Projects
Commit 2c08bd93 authored by pfdietz's avatar pfdietz
Browse files

Make *random-read-check-debug* be defvar-ed instead of defparameter-ed.

parent 5867c551
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
;;; the object and the printer variable bindings otherwise. They key ;;; the object and the printer variable bindings otherwise. They key
;;; argument TEST is used to compared the reread object and obj. ;;; argument TEST is used to compared the reread object and obj.
(defparameter *random-read-check-debug* nil (defvar *random-read-check-debug* nil
"When set to true, RANDOMLY-CHECK-READABILITY will dump out parameter "When set to true, RANDOMLY-CHECK-READABILITY will dump out parameter
settings before trying a test. This is intended for cases where the settings before trying a test. This is intended for cases where the
error that occurs is fatal.") error that occurs is fatal.")
......
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