[cells-cvs] CVS cells/tutorial
ktilton
ktilton at common-lisp.net
Tue Jun 13 16:19:35 UTC 2006
Update of /project/cells/cvsroot/cells/tutorial
In directory clnet:/tmp/cvs-serv4640/tutorial
Modified Files:
tutorial.lpr
Log Message:
Back out change to ephemerals
--- /project/cells/cvsroot/cells/tutorial/tutorial.lpr 2006/06/13 05:05:17 1.3
+++ /project/cells/cvsroot/cells/tutorial/tutorial.lpr 2006/06/13 16:19:35 1.4
@@ -17,7 +17,7 @@
"04-formula-once-then-input.lisp")
(make-instance 'module :name "05-class-cell.lisp")
(make-instance 'module :name
- "..\\gotchas\\some-ephemeral-uhoh.lisp")
+ "..\\gotchas\\lost-ephemeral-init.lisp")
(make-instance 'module :name "chat-cells.lisp"))
:projects (list (make-instance 'project-module :name "..\\cells"))
:libraries nil
@@ -88,7 +88,7 @@
:old-space-size 256000
:new-space-size 6144
:runtime-build-option :standard
- :on-initialization 'tu-cells::tu-some-ephemeral-uhoh
+ :on-initialization 'tu-cells::tu-chat-2
:on-restart 'do-default-restart)
;; End of Project Definition
More information about the Cells-cvs
mailing list