Re: EFS 1.9 bug: auto-save problems

Andy Norman (ange@hplb.hpl.hp.com)
Wed, 22 Jun 1994 18:17:43 +0100


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