Merge pull request #53 from PuercoPop/patch-1
replace deprecated sb-ext:quit with sb-ext:exit
This commit is contained in:
commit
81fe5a72d3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ an UNWIND-PROTECT, then change back to the current directory."
|
|||
|
||||
(defun exit ()
|
||||
"Exit the lisp system returning a 0 status code."
|
||||
#+sbcl (sb-ext:quit)
|
||||
#+sbcl (sb-ext:exit)
|
||||
#+ccl (ccl:quit)
|
||||
#+ecl (si:quit)
|
||||
#+cmucl (ext:quit)
|
||||
|
|
Loading…
Add table
Reference in a new issue