mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
defsetf functions now return value
This commit is contained in:
parent
bc9bda5c74
commit
a8d6c7c162
4 changed files with 52 additions and 27 deletions
|
|
@ -123,7 +123,8 @@ clog-document object. (Private)"))
|
|||
|
||||
(defmethod set-title ((obj clog-document) value)
|
||||
(execute obj
|
||||
(format nil "title='~A'" (clog-connection:escape-string value))))
|
||||
(format nil "title='~A'" (clog-connection:escape-string value)))
|
||||
value)
|
||||
(defsetf title set-title)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue