mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Change the name of the "abort building SBCL" restart.
To ABORT-BUILD, as there will be other ABORT restarts.
This commit is contained in:
parent
84e5bd46b6
commit
1a9a1c8140
|
|
@ -12,7 +12,7 @@
|
||||||
(return-from load-sbcl-file)))
|
(return-from load-sbcl-file)))
|
||||||
(restart-case
|
(restart-case
|
||||||
(load file)
|
(load file)
|
||||||
(abort ()
|
(abort-build ()
|
||||||
:report "Abort building SBCL."
|
:report "Abort building SBCL."
|
||||||
(exit-sbcl 1)))
|
(exit-sbcl 1)))
|
||||||
(when exit (exit-sbcl 0))))
|
(when exit (exit-sbcl 0))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue