You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lisp/gentoo-init/files/gentoo-init-1.lisp

12 lines
367 B

(in-package #:cl-user)
(let ((*compile-print* nil)
(*compile-verbose* nil)
#+cmu (ext:*gc-verbose* nil))
(handler-bind ((warning #'muffle-warning))
(load #p"/usr/share/common-lisp/source/asdf/asdf.lisp"
:print nil :verbose nil)
#+ecl
(load #p"/usr/share/common-lisp/source/asdf/asdf-ecl.lisp"
:print nil :verbose nil)))