hyper-literate/collects/slatex/slatex-code/cfg4lsp.lsp
Robby Findler 9e5d391dfb ...
original commit: 66a62c2f50bd2b8c85867be3e415c6a0b3881f20
2000-05-25 15:55:50 +00:00

8 lines
185 B
Plaintext

(load "slaconfg.lsp")
(load "batconfg.lsp")
(cond ((fboundp 'bye) (bye))
((fboundp 'exit) (exit))
((fboundp 'quit) (quit))
(t (format t "~&You may exit CL now!~%")))