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

@ -401,7 +401,7 @@ very limitted to just open a new tab with url unless is a localhost url."))
(:documentation "Close connection to browser with out closing browser."))
(defmethod close-connection ((obj clog-window))
(cc:cclose (connection-id obj)))
(clog-connection:cclose (connection-id obj)))
;;;;;;;;;;;;;;;;;;
;; set-on-abort ;;