mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-09 23:16:41 -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)))
|
||||
(restart-case
|
||||
(load file)
|
||||
(abort ()
|
||||
(abort-build ()
|
||||
:report "Abort building SBCL."
|
||||
(exit-sbcl 1)))
|
||||
(when exit (exit-sbcl 0))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue