mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
sbcl detected issues
This commit is contained in:
parent
e5a270ffe1
commit
93389b5558
9 changed files with 44 additions and 34 deletions
|
|
@ -36,6 +36,7 @@ on the drop-root."))
|
|||
(setf (drop-root new-obj) (create-unordered-list header))
|
||||
(set-on-click header
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
(if (hiddenp (drop-root new-obj))
|
||||
(setf (hiddenp (drop-root new-obj)) nil)
|
||||
(setf (hiddenp (drop-root new-obj)) t))))
|
||||
|
|
@ -52,7 +53,8 @@ on the drop-root."))
|
|||
(item (create-list-item (clog-drop-list:drop-root drop-list) :content "Item 1"))
|
||||
(item (create-list-item (clog-drop-list:drop-root drop-list) :content "Item 2"))
|
||||
(item (create-list-item (clog-drop-list:drop-root drop-list) :content "Item 3"))
|
||||
(item (create-list-item (clog-drop-list:drop-root drop-list) :content "Item 4"))))
|
||||
(item (create-list-item (clog-drop-list:drop-root drop-list) :content "Item 4")))
|
||||
(declare (ignore item)))
|
||||
(run body))
|
||||
|
||||
(defun start-tutorial ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue