X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcold-init.lisp;h=6f7087459d129381e694633cc17b1378db99290e;hb=aa61c7571b33b86981301f34d3acdb66666f53a3;hp=0a911ffb79cde0354d6d01d8048b5e85a8a18d53;hpb=3b7bcf8ff3727a7f68102f7458805d1bebee5e78;p=sbcl.git diff --git a/src/code/cold-init.lisp b/src/code/cold-init.lisp index 0a911ff..6f70874 100644 --- a/src/code/cold-init.lisp +++ b/src/code/cold-init.lisp @@ -214,13 +214,6 @@ ;; the ANSI-specified initial value of *PACKAGE* (setf *package* (find-package "COMMON-LISP-USER")) - ;; FIXME: I'm not sure where it should be done, but CL-USER really - ;; ought to USE-PACKAGE publicly accessible packages like SB-DEBUG - ;; (for ARG and VAR), SB-EXT, SB-EXT-C-CALL, and SB-EXT-ALIEN so - ;; that the user has a hint about which symbols we consider public. - ;; (Perhaps SB-DEBUG wouldn't need to be in the list if ARG and VAR - ;; could be typed directly, with no parentheses, at the debug prompt - ;; the way that e.g. F or BACKTRACE can be?) (/show0 "done initializing, setting *COLD-INIT-COMPLETE-P*") (setf *cold-init-complete-p* t)