mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
correct use of asdf package names
This commit is contained in:
parent
46adb40636
commit
91ed486d8b
4 changed files with 13 additions and 13 deletions
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
(defun projects-populate (panel)
|
||||
(let ((app (connection-data-item panel "builder-app-data"))
|
||||
(already (asdf/operate:already-loaded-systems))
|
||||
(already (asdf:already-loaded-systems))
|
||||
(sel (text-value (project-list panel))))
|
||||
(reset-control-pallete panel)
|
||||
(setf (inner-html (runtime-list panel)) "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue