Steven E. Harris <seh@panix.com> wrote:
+---------------
| rpw3@rpw3.org (Rob Warnock) writes:
| > for file-exists = (probe-file file)
| > when file-exists
| > do (return (apply #'load file :allow-other-keys t rest))))
|
| And why not get rid of "file-exists"? Just write
| when (probe-file file)
| unless you think the meaning of probe-file is lost in the contraction.
+---------------
Nope, just didn't think of it. [It wasn't "wrong", like
some of my other corrections, so I just left it alone.]
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607