Use consp to avoid treating nil as a list
Sun Jul 19 13:58:20 UTC 2009 pix@kepibu.org
* Use consp to avoid treating nil as a list
hunk ./feature-tests.lisp 23
- (if (listp feature)
+ (if (consp feature)