> I myself suggested the following alternate type solution, which I > believe would not have broken anything: > > ! (let ((var (with-no-warnings (gensym)))) As well as being unclean, that doesn't solve the problem of gensym being undefined at runtime. I think Stefan's change is correct. -Miles