[cells-cvs] CVS Celtk

fgoenninger fgoenninger at common-lisp.net
Fri Nov 16 09:55:27 UTC 2007


Update of /project/cells/cvsroot/Celtk
In directory clnet:/tmp/cvs-serv4017

Modified Files:
	Celtk.lisp 
Log Message:
Changed: :tile is not pushed onto *features* - needs to be done only when Tile is really loaded ...

--- /project/cells/cvsroot/Celtk/Celtk.lisp	2007/01/29 22:58:41	1.40
+++ /project/cells/cvsroot/Celtk/Celtk.lisp	2007/11/16 09:55:26	1.41
@@ -16,9 +16,9 @@
 
 |#
 
-;;; $Header: /project/cells/cvsroot/Celtk/Celtk.lisp,v 1.40 2007/01/29 22:58:41 ktilton Exp $
+;;; $Header: /project/cells/cvsroot/Celtk/Celtk.lisp,v 1.41 2007/11/16 09:55:26 fgoenninger Exp $
 
-(pushnew :tile *features*)
+;(pushnew :tile *features*) ;; frgo, 2007-09-21: Need to do this only when tile actually loaded
 
 (defpackage :celtk
   (:nicknames "CTK")




More information about the Cells-cvs mailing list