From 2c08bd932774db93e49b5a1238e321437b9776b1 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Sat, 29 May 2004 18:06:01 +0000 Subject: [PATCH] Make *random-read-check-debug* be defvar-ed instead of defparameter-ed. --- ansi-tests/printer-aux.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansi-tests/printer-aux.lsp b/ansi-tests/printer-aux.lsp index d1394e99..6b947de5 100644 --- a/ansi-tests/printer-aux.lsp +++ b/ansi-tests/printer-aux.lsp @@ -22,7 +22,7 @@ ;;; the object and the printer variable bindings otherwise. They key ;;; 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 settings before trying a test. This is intended for cases where the error that occurs is fatal.") -- GitLab