mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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:
parent
baf5f781af
commit
cd683d6d40
|
|
@ -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*)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue