Remove use of package local nicknames

This commit is contained in:
David Botton 2021-11-05 13:25:42 -04:00
parent 0c5408f281
commit 8eb1bd753e
9 changed files with 32 additions and 32 deletions

View file

@ -87,7 +87,7 @@ clog-user:*body* to last window openned to /repl."
(unless *clog-running*
(initialize nil :boot-file "/debug.html"))
(set-on-new-window (lambda (body)
(cc:debug-mode (connection-id body))
(clog-connection:debug-mode (connection-id body))
(setf clog-user::*body* body))
:path "/repl")
(open-browser :url "http://127.0.0.1:8080/repl")