0.9.0.29:

* contrib/sb-aclrepl/repl.lisp: Use new toplevel catch rather than
	attempt to use the removed toplevel restart handler.
This commit is contained in:
Kevin Rosenberg 2005-05-12 21:47:12 +00:00
parent baf5f781af
commit cd683d6d40
2 changed files with 2 additions and 2 deletions

View file

@ -622,7 +622,7 @@
(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*)

View file

@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.9.0.28"
"0.9.0.29"