Set markers to nil when done so they don't slow things down
commit4a0893ff501b07abc90b068e98f4e2861f205aa7
authorMichael Olson <mwolson@gnu.org>
Sun, 29 Jul 2007 04:35:49 +0000 (29 04:35 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 29 Jul 2007 04:35:49 +0000 (29 04:35 +0000)
tree3adb61b015ce6f42aa7f14fd0102ea76af124c0e
parentca03e2c26a4d5d8e41d59bd23c58392c1d5646bc
Set markers to nil when done so they don't slow things down

2007-07-29  Michael Olson  <mwolson@gnu.org>

* lisp/muse-import-latex.el (muse-import-latex): Set marker to
nowhere when done, since they can slow things down.

* lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
marker to nowhere when done, since they can slow things down.

* lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
when done, since they can slow things down.

* lisp/muse-publish.el (muse-publish-markup-tag)
(muse-publish-markup-word, muse-publish-markup-footnote)
(muse-publish-call-tag-on-buffer): Set markers to nowhere when
done, since they can slow things down.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-418
ChangeLog
lisp/muse-import-latex.el
lisp/muse-journal.el
lisp/muse-poem.el
lisp/muse-publish.el