mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Some notes
This commit is contained in:
parent
5c498e16cf
commit
c39213d5f2
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
)
|
||||
|
||||
(defun on-new-window (body)
|
||||
(handler-case
|
||||
(handler-case ; Disconnects from the browser can be handled gracefully using the condition system.
|
||||
(progn
|
||||
(setf (title (html-document body)) "Tutorial 7")
|
||||
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
(setf mover-y bounds-y))
|
||||
|
||||
(sleep .02)))
|
||||
) (error (c)
|
||||
) (error ()
|
||||
(format t "Lost connection.~&"))))
|
||||
|
||||
(defun start-tutorial ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue