dot/lisp-init.lisp: Don't signal errors on compile failures in SBCL.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Dec 2009 09:29:42 +0000 (09:29 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Dec 2009 09:29:42 +0000 (09:29 +0000)
For some reason, ASDF sets *compile-file-failure-behaviour* to :error
specially on SBCL.  Turn it back to :warn.


No differences found