From 585f4cd1ed1626cfe96fadeae64cb04f4e6e2dd0 Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Wed, 20 Jul 2005 10:53:46 +0200 Subject: [PATCH] The default value of *debug-on-error* should be NIL, not T --- src/run.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.lisp b/src/run.lisp index 2d1c898..af9e8a5 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -33,7 +33,7 @@ ;;;; The functions RUN!, !, !! and !!! are convenient wrappers around ;;;; RUN and EXPLAIN. -(defparameter *debug-on-error* t +(defparameter *debug-on-error* nil "T if we should drop into a debugger on error, NIL otherwise.") (defun import-testing-symbols (package-designator) -- 1.7.10.4