![](https://secure.gravatar.com/avatar/ec9380e71bb101a08e36fd72a7c2f683.jpg?s=120&d=mm&r=g)
13 Feb
2004
13 Feb
'04
12:51 p.m.
On Fri, 13 Feb 2004, Frank Goenninger wrote:
(defmethod asdf:perform ((o load-op) (c (eql (find-system :cells)))) (pushnew :cells *features*))
I wonder if this is worth the trouble: any systems using Cells should probably just :depends-on (:cells). If it's desired to note Cells presence explicitly, then (pushnew :cells *modules*) would probably be a better choise. Cheers, --Nikodemus