[Better reporting of undefined-feature-tests. pix@kepibu.org**20090720010925] { hunk ./feature-tests.lisp 15 - :format-control "Unknown feature test: ~a" - :format-arguments (list feature)) + :format-control "Unknown feature test: ~s" + :format-arguments (list (car feature))) }