Forgot to reassign *debugger-hook* to avoid exiting on errors

This commit is contained in:
jjgarcia 2006-02-08 16:56:59 +00:00
parent c5c4202487
commit 1161eb7c1e

View file

@ -334,7 +334,8 @@ rebinds this variable to NIL when control enters a break loop.")
ECL specific.
The top-level loop of ECL. It is called by default when ECL is invoked."
(catch *quit-tag*
(let* (+ ++ +++ - * ** *** / // ///)
(let* ((*debugger-hook* nil)
+ ++ +++ - * ** *** / // ///)
(in-package "CL-USER")