Duncan Mak wrote: > - (when dir (cd dir)) > + (if (file-exists-p dir) (cd dir)) Adding `file-exist-p' is good, but there is no need to change `when' to `if'. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html