Hrvoje Niksic <hniksic(a)iskon.hr> writes:
Jeff Miller <jmiller(a)smart.net> writes:
> Hrvoje> Then calendar has the same problem. Note that I've just
> Hrvoje> sent out a patch that fixes the problem for find-file; it
> Hrvoje> can probably be fixed for calendar as well.
>
> i applied your patch, but i see the same thing.
For C-x C-f or for calendar? Calendar will likely need a different
patch.
I forgot: a simple way to debug the problem is to add (debug) at the
beginning at cl-macs.el, and move cl-macs.elc out of the way. Then,
when M-x calendar triggers loading of cl-macs, you'll have a backtrace
pointing to the function that caused the load.
In my case, the backtrace showed add-one-shot-hook calling gensym.