chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dot/lisp-init.lisp: Add a missing stanza heading.
[profile]
/
dot
/
lisp-init.lisp
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 0a8cb7ef3be4a71ac36ebea79905e5b54f8b8c4b..24712fea4d26a49facf39e71461a8c95507a6329 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-52,6
+52,7
@@
(defun crank-swank (&rest args)
(set (find-symbol "*GLOBAL-DEBUGGER*" swank) nil)
(apply (find-symbol "CREATE-SERVER" swank) args)))
(set (find-symbol "*GLOBAL-DEBUGGER*" swank) nil)
(apply (find-symbol "CREATE-SERVER" swank) args)))
+;; Treat warnings as, err, warnings.
#+asdf
(setf asdf:*compile-file-failure-behaviour* :warn)
#+asdf
(setf asdf:*compile-file-failure-behaviour* :warn)