Fix newly-introduced lock-up during HTML publishing.
commit3a8d1b63330b692e12db58340b94e435996739de
authorMichael Olson <mwolson@gnu.org>
Fri, 20 May 2005 20:28:32 +0000 (20 20:28 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 20 May 2005 20:28:32 +0000 (20 20:28 +0000)
tree0bf0b53d407ffd0a4f90be66145840e813b58893
parent5a7a2ba8644ec51a473adb3b2068e2d0b24edddd
Fix newly-introduced lock-up during HTML publishing.

* muse-blosxom.el (muse-blosxom-markup-regexps): Give date directive and
  planner rules higher priority in the publishing sequence.  Hopefully
  this will not wreck anything; I don't use these rules, so I cannot
  tell.  This wasn't a real bugfix, just an aesthetic code thing for me.

* muse-html.el (muse-html-markup-paragraph-close): Don't use
  replace-match; that seems to be slightly evil.  Return nil instead of a
  newline since otherwise Muse thinks that we are not done yet and gets
  into an infinite loop.  This should fix the lock-up problem that
  resulted from the previous few patches.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-39
ChangeLog
muse-blosxom.el
muse-html.el