Fix failure to detect nested class tags
commita24fbd81bc066abcb32c0c143a6c0ceea2b4525b
authorMichael W. Olson <mwolson@gnu.org>
Thu, 6 Sep 2007 14:15:29 +0000 (6 10:15 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Thu, 6 Sep 2007 14:15:29 +0000 (6 10:15 -0400)
tree52e42065e9cab724b6c46642c03ea99a9a302e5f
parentafd9b1c3cb553db748b8976bd5b04ed4d1124c9d
Fix failure to detect nested class tags

* lisp/muse-html.el (muse-html-class-tag): Fix bug where nested class
  tags were not working.  We move to just after the beginning of the
  first class tag, so that we can detect any remaining class tags.
  Thanks to Florian Beck for the report.

* lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
  arguments were not being detected properly.
ChangeLog
lisp/muse-html.el
lisp/muse.el