On Mon, 2002-01-28 at 09:27, Rob Browning wrote: > (dolist (elt load-path (nreverse result))
I would avoid stuff like `dolist' for the Debian library functions; it's not available in emacs20, at least not without requiring `cl'. After Emacs20 is removed from the archive though, we should switch to using `dolist' and friends.