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
|
|
@ -122,7 +122,8 @@ clog-document object. (Private)"))
|
|||
(defgeneric set-title (clog-document value))
|
||||
|
||||
(defmethod set-title ((obj clog-document) value)
|
||||
(execute obj (format nil "title='~A'" (cc:escape-string value))))
|
||||
(execute obj
|
||||
(format nil "title='~A'" (clog-connection:escape-string value))))
|
||||
(defsetf title set-title)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue