# HG changeset patch # User Steve Losh # Date 1545424251 18000 # Node ID f84403802761b05f84dd7ce7556019d20b24ecd1 # Parent 11bce44c17e97f558832393ccbd87d6db5cffba1 More diff -r 11bce44c17e9 -r f84403802761 lisp/example.lisp --- a/lisp/example.lisp Fri Dec 21 15:24:34 2018 -0500 +++ b/lisp/example.lisp Fri Dec 21 15:30:51 2018 -0500 @@ -1,4 +1,5 @@ -(ql:quickload '(:adopt)) +(eval-when (:compile-toplevel :load-toplevel :execute) + (ql:quickload '(:adopt) :silent t)) ;;;; Config ------------------------------------------------------------------- (defparameter *default-name* "World")