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: Make ABCL shut up about redefinition.
[profile]
/
dot
/
lisp-init.lisp
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 0447d1ec509ba3c5e5b233347f6c59419babe182..08dce6e826e8ad65ca4e364a61ea40a8a26be01a 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-34,6
+34,9
@@
(let ((old-output *standard-output*)
#+ccl
(setf ccl::*inhibit-greeting* t)
#+ccl
(setf ccl::*inhibit-greeting* t)
+#+abcl
+(setf ext:*warn-on-redefinition* nil)
+
;; Obtain ASDF from somewhere.
(require "asdf")
;; Obtain ASDF from somewhere.
(require "asdf")