Set default to catch errors

svn: r4516
This commit is contained in:
Ryan Culpepper 2006-10-07 22:32:51 +00:00
parent bdc179ebfd
commit 89e2e31af4

View File

@ -26,7 +26,7 @@
;; Configuration
(define catch-errors? (make-parameter #f))
(define catch-errors? (make-parameter #t))
(define show-rename-steps? (make-parameter #f))
;; Macro Stepper