xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
122 stars 26 forks source link

doc: *invoke-debugger-hook* -> *debugger-hook* #11

Closed eschulte closed 11 years ago

eschulte commented 11 years ago

It looks like debugger-hook works just as well as sb-ext:invoke-debugger-hook for controlling application termination, so I this patch update the documentation to just mention debugger-hook which has the benefit of being portable CL.

eschulte commented 11 years ago

The second commit in this pull request (I don't like how github automatically combines pull requests) fixes issue #12.