Michael Olson <[EMAIL PROTECTED]> writes:
> * lisp/muse-publish.el (muse-publish-file): Omit third argument to
> `insert-file-contents'. This should further help with the temp buffer
> problem. Thanks to Peter K. Lee and drkm for the research into this
> problem.
The *third* argument, really? Or the second one? If it's the
third, I miss something:
(insert-file-contents filename &optional visit beg end replace)
If it's the second one, I think this is enough (but if you want
to keep the buffer for debugging inspection...).
--drkm