mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
remove all defsetf
This commit is contained in:
parent
4130fce7ab
commit
02e4ed8fc1
10 changed files with 324 additions and 485 deletions
|
|
@ -119,13 +119,12 @@ clog-document object. (Private)"))
|
|||
(defmethod title ((obj clog-document))
|
||||
(query obj "title"))
|
||||
|
||||
(defgeneric set-title (clog-document value))
|
||||
(defgeneric (setf title) (value clog-document))
|
||||
|
||||
(defmethod set-title ((obj clog-document) value)
|
||||
(defmethod (setf title) (value (obj clog-document))
|
||||
(execute obj
|
||||
(format nil "title='~A'" (clog-connection:escape-string value)))
|
||||
value)
|
||||
(defsetf title set-title)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
;; document-url ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue