XEmacs compatibility fixes
commit2d447ae2191a0cc72ea2dd17317d407f76aeba51
authorMichael W. Olson <mwolson@gnu.org>
Sun, 19 Aug 2007 04:58:28 +0000 (19 00:58 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Sun, 19 Aug 2007 04:58:28 +0000 (19 00:58 -0400)
treef8d7618ca6b8ae3866fe274c4e6144715435000f
parent5e1fa45be5ba4a8ba4541b2467543d8da32d015a
XEmacs compatibility fixes

* lisp/muse-html.el (muse-html-src-tag): Use
  muse-delete-and-extract-region.

* lisp/muse-import-xml.el (muse-import-xml-parse-node): Use
  muse-replace-regexp-in-string.

* lisp/muse-protocols.el (muse-browse-url-man): Add require statement.
  (muse-browse-url-woman): Add require statement.

* lisp/muse.el (muse-delete-and-extract-region): New compatibility
  function to deal with XEmacs' lack of the delete-and-extract-region
  function.
ChangeLog
lisp/muse-html.el
lisp/muse-import-xml.el
lisp/muse-protocols.el
lisp/muse.el