Fix issue with muse-list-edit-minor-mode and font-locking in other modes
commit91fddf00d6bb1a33ddf396b0e90687c67dc2965b
authorMichael Olson <mwolson@gnu.org>
Sat, 28 Jul 2007 23:50:35 +0000 (28 23:50 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 28 Jul 2007 23:50:35 +0000 (28 23:50 +0000)
tree6747864143ea80db4548c0a1ffb1b53277ee1dce
parent69fd494d98efee17fc19c6d3f3cf494cc565e552
Fix issue with muse-list-edit-minor-mode and font-locking in other modes

* lisp/muse-mode.el (muse-on-blank-line, muse-get-paragraph-start):
  Simplify some regexps.

* lisp/muse.el (muse-forward-list-item): Only check the 'face property if
  we are in Muse mode or one of its derivatives.  This allows movement on
  nested lists to work in other modes, and fixes an issue with altering
  list indentation in muse-list-edit-minor-mode.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-414
lisp/muse-mode.el
lisp/muse.el