Change asdf:load-system for ql:quickload.

This commit is contained in:
Bruno Cichon 2016-09-20 22:11:07 +02:00
parent 12449a20d1
commit b8637a50ec
No known key found for this signature in database
GPG key ID: 3052D5B24E10CAF9

View file

@ -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)