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