Mark writes:
> Replacing fn-handler-do-auto-save with this fixes the problem for me:
> (defun fn-handler-do-auto-save (&rest args)
> "Documented as original."
> (let (file-name-handler-alist)
> (fn-handler-real-do-auto-save args)))
That should probably be:
(apply 'fn-handler-real-do-auto-save args)))
Just me being paranoid.
-- ange -- <><
ange@hplb.hpl.hp.com