0.9.0.29:
[sbcl.git] / contrib / sb-aclrepl / repl.lisp
index 9744e68..41c685d 100644 (file)
   (values))
 
 (defun reset-cmd ()
-  (invoke-restart-interactively (find-restart 'sb-impl::toplevel)))
+  (throw 'sb-impl::toplevel-catcher nil))
 
 (defun dirs-cmd ()
   (dolist (dir *dir-stack*)