Improve temp buffer usage.
commit552c82b17b3579494f13cbabcfa9c9cddf9560c2
authorMichael Olson <mwolson@gnu.org>
Sat, 16 Jul 2005 04:39:52 +0000 (16 04:39 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 16 Jul 2005 04:39:52 +0000 (16 04:39 +0000)
treeec8fd30c62f2491ae2c38e76490a40f6600480ea
parenteee71c9b6641811f96576f62ab90efcfacb0d52c
Improve temp buffer usage.

* 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.

* lisp/muse.el (muse-with-temp-buffer): Renamed from
  `muse-with-temp-buffer-no-prompt'.  Report any errors that occur, but
  make sure the temp buffer is killed.  I didn't implement an option to
  save the contents of the temp buffer.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-144
ChangeLog
lisp/muse-book.el
lisp/muse-http.el
lisp/muse-mode.el
lisp/muse-poem.el
lisp/muse-publish.el
lisp/muse.el