Jeff Miller <jmiller(a)smart.net> writes:
the offending lisp seems to be in file called quickurl.el that i
have in there. it was the only package that pulled cl-macs in when
loaded. I think, but am not sure, that it is the usage of "defun*"
in quickurl that make cl-macs get loaded. But now that I now the
(debug) trick maybe i can find out for sure.
Is the "quickurl" thing compiled? One thing that can trigger loading
cl-macs in run-time is running uncompiled (and thus un-macroexpanded)
Lisp.