mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Remove use of package local nicknames
This commit is contained in:
parent
0c5408f281
commit
8eb1bd753e
9 changed files with 32 additions and 32 deletions
|
|
@ -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 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue