Link inside table issue, fixes read-only text error.
commitffdf500efcf1d1deeabf871b60bbb693ee05ad84
authorMichael Olson <mwolson@gnu.org>
Wed, 20 Jul 2005 14:21:57 +0000 (20 14:21 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 20 Jul 2005 14:21:57 +0000 (20 14:21 +0000)
tree76e51da8a4d1d4dfc2aba00e95eee26ea2ab5106
parent8ea89367d2dfba1d4284f2287c3c6787618c2171
Link inside table issue, fixes read-only text error.

* lisp/muse-docbook.el (muse-docbook-fixup-tables): Ignore read-only text
  inside tables so we don't get an error when links exist.

* lisp/muse-html.el (muse-html-fixup-tables): Ditto.

* lisp/muse-project.el (muse-project-publish): Don't take forced files
  into account when displaying the "All files published" message, unless
  they've actually been modified.

* lisp/muse.el (muse-with-temp-buffer): If debug-on-error is non-nil,
  don't wrap in condition-case; we don't want the message to be muffled.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-165
ChangeLog
lisp/muse-docbook.el
lisp/muse-html.el
lisp/muse-project.el
lisp/muse.el