Change asdf:load-system for ql:quickload.
This commit is contained in:
parent
12449a20d1
commit
b8637a50ec
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
(eval-when (:compile-toplevel :load-toplevel)
|
||||
(asdf:load-system 'cl-who))
|
||||
(ql:quickload '(cl-who)))
|
||||
|
||||
(defpackage :coleslaw-cl-who-renderer
|
||||
(:use #:cl #:cl-who)
|
||||
|
|
Loading…
Add table
Reference in a new issue