X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcold-error.lisp;h=4c62556c70707e081c76712a5846ea3ad55a843d;hb=f0d511130027c6878f08d619ccc92ef588d81223;hp=d35f10776350a1eb3c211b60217478000244f145;hpb=372989d837526e3100b364153d58181a2a563351;p=sbcl.git diff --git a/src/code/cold-error.lisp b/src/code/cold-error.lisp index d35f107..4c62556 100644 --- a/src/code/cold-error.lisp +++ b/src/code/cold-error.lisp @@ -126,7 +126,7 @@ ;;; like BREAK, but without rebinding *DEBUGGER-HOOK* to NIL, so that ;;; we can use it in system code (e.g. in SIGINT handling) without -;;; messing up --noprogrammer mode (which works by setting +;;; messing up --disable-debugger mode (which works by setting ;;; *DEBUGGER-HOOK*); or for that matter, without messing up ordinary ;;; applications which try to do similar things with *DEBUGGER-HOOK* (defun %break (what &optional (datum "break") &rest arguments)