chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5927034
)
dot/lisp-init.lisp: Add a missing stanza heading.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 1 Jul 2020 18:35:13 +0000
(19:35 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000
(
04:34
+0100)
dot/lisp-init.lisp
patch
|
blob
|
blame
|
history
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)))
+;; Treat warnings as, err, warnings.
#+asdf
(setf asdf:*compile-file-failure-behaviour* :warn)