From e7dd94a39c7c0af3369b0d596b417cf7fd533aae Mon Sep 17 00:00:00 2001 From: Robby Findler <robby@racket-lang.org> Date: Wed, 15 Sep 1999 18:36:19 +0000 Subject: [PATCH] ... original commit: 6ef1e2d1b02f03143d0fa33c1714863d1f17e65d --- collects/help/help.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/help/help.ss b/collects/help/help.ss index dca31b1e..e9e2aec5 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -1,5 +1,5 @@ -; (require-library "errortrace.ss" "errortrace") -; (error-print-width 80) +(require-library "errortrace.ss" "errortrace") +(error-print-width 80) #| TODO: * demonstrate setup-plt launcher